Wordpress

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 [...]


Top 50 WordPress Tutorials

 
 

As a web developer, you can broaden your potential client base and add value for existing clients by listing ‘Wordpress’ as an area of expertise. Of course, unless you want to bluff your way through jobs, you’d better have the skill to back-up that claim. This collection will help.
See original article here.
 
 

Wordpress Basics
 
1. Unraveling the [...]