WordPress 2.3
Tuesday, September 25th, 2007WordPress 2.3 | Release Notes | Download
The new WordPress is out and has the long awaited tagging feature built in. This allows you to add several tags to a post without having to clog up your system with so many categories. It’s got some other features like update notifications, not only for WordPress itself but for its plugins.
Sorry it’s been so quiet around here. I’ve been really busy but plan to get some more regular updates as soon as possible. As well as new versions of ComicPress. It’s not too late to put in your two cents.
EDIT: Just so you know, you will need to run upgrade.php for this upgrade, you will find it in WordPress’ /wp-admin folder. Also if you have not updated your “wp-config.php” file in quite some time, and have just been sticking with the original for a few WordPress upgrades, you might want to use the new one or you may get some database errors on your site.
EDIT 2: The tags will not show up in existing themes. The next version of ComicPress will have the feature built in. If you are brave you can add it yourself, it’s just a simple line of code that needs to be put in the loops on the index.php and single.php files. Somewhere near the category code, before the comments code.
<?php the_tags('Tags: ', ', ', ''); ?>
WordPress 2.3.3 | 













