Custom Template for Single Posts in WordPress
If you take a look at the template hierarchy in WordPress, you will notice that you have the ability to create custom templates for different category pages by simply...
20 comments
If you take a look at the template hierarchy in WordPress, you will notice that you have the ability to create custom templates for different category pages by simply...
20 comments
Over the past couple of weeks I have been helping people out who have had their WordPress sites hacked into. Having your site hacked is the same as having...
4 comments
This code is no longer up-to-date. Please check out “An Even Better Author List in WordPress” for a better approach. WordPress has a built in function to display a...
45 comments
Up to now, I have created quite a few themes for WordPress and offered them all for free. I plan on continuing to do so, but I also plan...
16 comments
WordPress automatically places a line of text between your <head> tags which states the version you currently have installed. I have read that it is there for statistical reasons...
8 comments
My last little jQuery tutorial was an alternative to using CSS to create an image change on a mouseover. Now I want to take that one step further and...
200 comments
If you are developing a WordPress plugin, one of the first things I would suggest is adding a “Settings” link directly on the plugins page. This makes it easier...
8 comments
Creating a page list in WordPress is super easy. All it takes is one function call: <?php wp_list_pages(); ?>. The only problem with the list is if you have...
40 comments
Over the past couple of weeks I have helped out many people who have been hacked. There are many ways in which you can protect your site, but the...
1 comment
I decided my sidebar was looking a little plain. It needed something more than just ads, so I placed a list of my popular posts there. I think it...
36 comments