Wordpress
Wordpress.org Has problems!
So, while browsing around today I decided to take a visit to Wordpress.org. To my astonishment their site was experiencing issues (around 4:30 EST). If I had to guess, the issues were stylesheet related, but it rendered there page in a format devoid of position styling (font and links looked to be ok). Here’s a [...]
WP Custom Function: rel_date()
Lately I’ve been working on a ‘Proof-of-Concept” for a large scale Enterprise site conversion to WPMU. This isn’t a complete redesign project, but rather a conversion to keep the same layout and functionality the current site offers, as well as to offer several features unavailable with the clients existing setup. The main feature missing from [...]
21 Great Plugins to Manage Multi-Author Blogs Efficiently
Multi-Author Blogs are a popular trend that is spreading rapidly in the blogging industry. It is getting hard to keep up with the fresh content for one man bloggers therefore more and more blogs are now seeking for guest authors, co-authors, and multi-authors. This is not only a great way to expand your blog’s content, [...]
Category Mod for WP Loop
On several different occasions I’ve found the need to modify the WP Loop to produce a desired effect….such as only retrieving posts from a certain category. You can find many examples of how to do this by simply doing a Google search. The most common mod I’ve found is this:
<?php query_posts(’category_name=special_cat&showposts=10′); ?>
<?php while (have_posts()) : the_post(); ?>
<!– Do [...]
9 WordPress Theme Frameworks
You guys might remember the article I did on WP Framework by Ptah Dunbar a little while ago. Here are some other WordPress frameworks out and about for your liking!
A theme framework is a theme that is designed to be a flexible foundation that can serve as a parent theme for building child themes. The [...]



