
Single Post as Home Page in WordPress
Over the past few months, I’ve been working on a new premium theme for WordPress that would feature a single post on the home page. The one issue I needed…
Over the past few months, I’ve been working on a new premium theme for WordPress that would feature a single post on the home page. The one issue I needed…
Most sites use some sort of pagination to allow you to navigate through to their older posts. If you install WordPress and use TwentyTen, you will see the “Older Post”…
This is not a function that you would need to use often, but I came across a reason to use it recently and I thought it might be a good…
RSS feeds are everywhere, and sometimes it’s a good idea to display one to keep people in the loop of important posts from your site, or sites you think might…
The new design on Themes by bavotasan.com required a content slider so I built a simple jQuery plugin that would work the way I needed it to. There isn’t much…
I have already mentioned a few ways to do this but I have discovered a few problems with my old code. I have improved this one quite a bit so…
I was just putting together a WordPress widget for a client and I came across a small road block. I was using <?php query_post(); ?> to set the loop to…