Weblog Archives
You are currently browsing the archives for the Wordpress tag.
Published on March 3rd, 2009 by George Notaras - Comments Off
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 : 9
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 [...]
Published on March 31st, 2008 by George Notaras - Comments : 2
Yesterday, I upgraded WordPress to the latest version 2.5, which I liked much! For the upgrade I used a WordPress updater script I had written some months ago, which, by the way, still remains unreleased due to lack of time to prepare a stable release… Anyway, the script has worked quite well and the transition [...]
Published on March 31st, 2008 by George Notaras - Comments Off
WordPress version 2.2 or newer allows the user to define the MySQL database character set and the collation (get familiar with these terms) inside wp-config.php. Today, after upgrading to the newest version of WordPress, I decided to also update this file and append the statement that sets the database encoding to ‘utf8‘. But, as soon [...]
Published on November 6th, 2007 by George Notaras - Comments : 1
Moving the comments your readers have submitted under one of your blog posts to another one might sound like a horrible idea at first, but there are times, especially when the number of comments has increased too much, that such an action is required in order to reduce the page loading time. I am aware [...]
Published on November 4th, 2007 by George Notaras - Comments : 4
Today, I noticed that it is no longer required to escape the backslash (\), known as the “escape character” on *nix systems, inside the pre HTML tag in order not to be removed by WordPress’ HTML filters. This bug has lived long enough to be considered as a WordPress feature, but the devs have suddenly [...]