Themes

Status Update!

Hello all, I know it’s been a while! I’m up on my feet here in Atlanta, and life is good! So much has been going on lately I almost don’t know where to start. Here’s a few big highlights:

Hosting news

Server was successfully migrated from Valdosta to Atlanta
After a Hard Drive failure the server was successfully [...]

Share

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

Share

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

Share

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

Share

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

Share