Weblog Archives
You are currently browsing the archives for the Wordpress tag.
Published on April 28th, 2012 by George Notaras - Comments : 0
It’s been a while since WordPress implemented revisions for posts and pages. Being able to revert a post or page to a previous state is a useful feature. However, I recently realized that WP creates a revision of the content every time it is saved, but there is no upper limit for the number of [...]
Published on September 28th, 2011 by George Notaras - Comments : 0
The first time I used WordPress back in September 2005 I considered it to be the content publishing platform of choice as far as a personal or business website was concerned. It was easy to set up and publish content and, also, easy to customize, even with ugly hacks.
Published on September 17th, 2010 by George Notaras - Comments : 0
Web applications that add unnecessary HTTP headers or meta tags and links in the HTML HEAD section of my web pages usually make me nervous. Today, WordPress, once again, made me spend my free time trying to find which filters add such useless data in my web pages and try to remove it. Removing the [...]
Published on March 28th, 2010 by George Notaras - Comments : 0
This is just a quick notice that during the last five days there was a problem with the website feeds. The web server returned a 500 Internal Server Error to almost all requests for /feed/ URLs. Also, there was a big increase of the server’s CPU load behind the scenes, which was caused by php-cgi [...]
Published on March 3rd, 2009 by George Notaras - Comments : 0
A while ago, I had published a step-by-step guide about how to install WP-Super-Cache in WordPress successfully. Now, I’m going through the upgrade procedure, so to safely and effortlessly upgrade the plugin whenever a new version is released. I know that documenting this sh** should not be needed, but it turns out the installation of [...]
Published on December 17th, 2008 by George Notaras - Comments : 2
Just before the outage, and having read fog’s comments about the newly released 2.7 version of WordPress, I upgraded G-Loaded’s engine. Once again I used my WordPress updater script. This script has worked well for a considerable number of upgrades, so, although it is still in alpha stage, I will probably make a public release [...]
Published on November 29th, 2008 by George Notaras - Comments : 2
It was about time I started using a cache in WordPress. After doing some research, I found out that WP-Super-Cache is sophisticated enough and works quite well, judging by the posts of many satisfied users. In this post I will outline the installation procedure step-by-step, because the installation instructions of the README file were a [...]
Published on May 10th, 2008 by George Notaras - Comments : 12
Syndicated content has almost become the standard way of distributing web content nowadays. WordPress can deliver its content in various different feed formats -RSS 2.0, Atom 1.0, RDF, RSS 0.92- and can generate feeds for both the published posts -grouped by time, category, tag, author etc- and the comments that have been submitted by readers. [...]
Published on May 9th, 2008 by George Notaras - Comments : 7
Yesterday, I noticed that the template tag, which existed inside the default WordPress theme and added the Generator meta tag to the HTML head area, has been replaced by an internal action. This change makes the removal of that specific meta tag a bit harder for users. I can understand that the project may use [...]
Published on May 8th, 2008 by George Notaras - Comments : 9
Since WordPress v2.5, it is no longer possible to use the <!–more–> tag within a post in order to define an excerpt which will be used on both the web and feeds. Now, WordPress uses this tag to split a post for the web only, while the feeds can contain either the full-text or an [...]