Themes

WP Dynamic Highlight Menu

OK, so I have a major problem with brainstorming and researching a certain item, function, procedure, trick, hack etc for the current project I’m working on, never writing it down, and having to re-learn it all over again the next time I need to use the same thing. Since I’ve been trying to keep 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 [...]


WP Framework

Doing a little online reading today i came across a guy that seems to be doing a good bit of work to extend the functionality and ease of use of WordPress. Ptah Dunbar is the developer behind “WP Framework.”
WP Framework is a blank WordPress theme framework, which aims to cut down on your theme development time. [...]