Anaconda: 3-Column WordPress Theme Sneak PreviewAugust 17th, 2006 Update: I am happy to announce the long awaited release of Anaconda theme for WordPress 2.x (and above) blogs. Your search for a good css based three column WordPress theme is finally over.
Files Changed from WordPress 1.5.1.3 to WordPress 1.5.2August 24th, 2005 After briefly scanning the eleven defects fixed in 1.5.2 (an interim release before WordPress 1.6) I identified the changed files. They are:
xmlrpc.php
comment-functions.php
wp-admin/post.php
pluggable-functions.php
registration-functions.php
wp-admin/categories.php
wp-commentsrss2.php
wp-includes/template-functions-category.php
edit-page-form.php
I am shortly planning to provide a patch update from 1.5.1.3 to 1.5.2.
New Forum for 3 Column widgetized Anaconda Theme ( WordPress )March 22nd, 2008 A new forum for 3 column widgetized Anaconda Theme is now open. It is a highly popular free WordPress theme with tons of functionality built-in and a cool look.
Neat Three Column WordPress Theme - AlexifiedMarch 10th, 2006 Alex has released his first ever wordpress theme - Alexified. The alexified theme looks beautiful and clean.
Anaconda 3 Column Theme Release ScheduleAugust 23rd, 2006 Update: I am happy to announce the long awaited release of Anaconda theme for WordPress 2.x (and above) blogs. Your search for a good css based three column WordPress theme is finally over.
List of Files Changed in WordPress 2.03 wrt. WordPress 2.02June 1st, 2006 WordPress 2.03 has been released. Here are the list of files changed in WordPress 2.03 in comparison with WordPress 2.02 for those planning on selective upgrade:
wp-admin/admin-db.php
wp-admin/admin-functions.php
wp-admin/admin.php
wp-admin/cat-js.php
wp-admin/categories.php
wp-admin/edit-comments.php
wp-admin/edit-form-advanced.php
wp-admin/edit-form-ajax-cat.php
wp-admin/edit-form-comment.php
wp-admin/edit-link-form.php
wp-admin/edit-page-form.php
wp-admin/edit-pages.php
wp-admin/edit.php
wp-admin/import/mt.php
wp-admin/inline-uploading.php
wp-admin/link-categories.php
wp-admin/link-import.php
wp-admin/link-manager.php
wp-admin/list-manipulation-js.php
wp-admin/list-manipulation.php
wp-admin/moderation.php
wp-admin/options-discussion.php
wp-admin/options-general.php
wp-admin/options-misc.php
wp-admin/options-permalink.php
wp-admin/options-reading.php
wp-admin/options-writing.php
wp-admin/options.php
wp-admin/page-new.php
wp-admin/plugin-editor.php
wp-admin/plugins.php
wp-admin/post.php
wp-admin/profile-update.php
wp-admin/profile.php
wp-admin/templates.php
wp-admin/theme-editor.php
wp-admin/themes.php
wp-admin/upgrade-schema.php
wp-admin/upgrade.php
wp-admin/user-edit.php
wp-admin/users.php
wp-comments-post.php
wp-content/plugins/akismet/akismet.php
wp-content/plugins/wp-db-backup.php
wp-includes/cache.php
wp-includes/capabilities.php
wp-includes/classes.php
wp-includes/comment-functions.php
wp-includes/default-filters.php
wp-includes/functions-compat.php
wp-includes/functions-formatting.php
wp-includes/functions-post.php
wp-includes/functions.php
wp-includes/kses.php
wp-includes/links.php
wp-includes/pluggable-functions.php
wp-includes/registration-functions.php
wp-includes/template-functions-general.php
wp-includes/template-functions-links.php
wp-includes/vars.php
wp-includes/version.php
wp-login.php
Note: The files are hyperlinked to WordPress trunk source codebase.
New Site Layout & Design: Feedback PleaseMarch 26th, 2005 I use WordPress to maintain this site. After upgrading to version 1.5 I was left with a theme which doesn't do much of what I want to do with my site.
Next Generation WordPress Theme Design - GiraffeJuly 3rd, 2005 I came across the Giraffe Theme from Urban Design which is unique for several reasons. To my knowledge it is the only theme which comes with an administrative for customizing colors, no of posts and other details:
Change colour scheme
Change font and font size
Change whether to have a full-width lead post, or more traditional two-column layout
Change page dimensions
Configure number of lead posts, recent posts, random posts, and latest comments
Switch logo on or off
The theme is innovative in its layout and positioning of content.
Top 5 Free Magazine WordPress ThemeJune 6th, 2009 Wordpress is a powerful tool not just for blogs, but also for different news sites. Using some customization and hacks you can turn Wordpress into a wondrous Magazine Website.
WordPress 3 Column Anaconda Theme Tested on 9 Display SettingsFebruary 16th, 2007 I just finished testing our Anaconda Theme (popular free 3 column theme for WordPress blogs) on 9 different display settings:
Screen area (pixels)
1024 x 768
800 x 600
640 x 480
1152 x 864
1200 x 600
1280 x 720
1280 x 768
1280 x 960
1280 x 1024
Needless to say it passed with flying colors.
Impact2 WordPress Theme - ReviewJune 14th, 2006 I am very excited about the new theme we are building. Please, please, please take a look and shower it with your comments and feedback.
Next Generation CSS Based 3 Column Anaconda Theme for WordPress ReleasedSeptember 1st, 2006 I am happy to announce the long awaited release of Anaconda theme for WordPress 2.x (and above) blogs. Your search for a good css based three column WordPress theme is finally over.
Added Forum for Anaconda ThemeOctober 26th, 2006 I have added a forum for our popular 3 column widgetized Anaconda Theme (for WordPress blogs). Looking forward to your participation in the Anaconda forum.
How To Display Sidebar in Single Post in WordPress 1.5 / 2.0 Default Kubrick ThemeDecember 26th, 2005 WordPress default theme (Kubrick based) does not display sidebar on single post page. However with a minor change in the theme you can make it to display sidebar.
How Do You Like Our New Theme?May 28th, 2008 We are incrementally adding changes to our site, replacing portions of our old theme with a new one. Upgrading a theme is harder than it looks.
June 3rd, 2005 at 2:48 pm
Thanks for this. ~I am new to both WordPress and PHP but also wanted a few home cooked functions. In my case I wanted to change a couple of WP functions to return differently so I copied these, renamed them and made my changes so as not to disturb distributable files. Not knowing where to put them, I just created a my-hacks.php file and turned that one. All works fine. But is this NOT a good place to put my code?
Appreciate any advice. Thanks
June 3rd, 2005 at 7:54 pm
As I mentioned above, I think you should just create a plugin and put them there.
Ideally in your template you can check if the function is available (or whether the plugin is active) and then use it, if not use the default WordPress function.
I too use several such customized functions on my site all packed away in a generic plugin named Impact (named after my custom theme).
June 4th, 2005 at 5:45 pm
Thanks for the advice. I’ll collect them all together if a my-hacks file until I;m complete then set about converting to a custom plugin as you suggest,Thanks again