Simple Pagination for WordPress
June 16, 2011
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”…
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”…
Today I’m going to talk about one of my very favorite plugins, Fluency Admin. A couple of years ago, I came across a competition to tweak the design of the WordPress…
When I recently released version 1.0.1 of Arturo, I added a slideshow function that allows you to display featured posts at the top of your home page. There are no…
I had a site that I needed to keep completely private: only the login and registration pages were to be visible to the public, and only registered members were allowed…
When WordPress introduced post formats in version 3.1, I decided to make sure all of my themes were able to display each one. The only issue I encountered was with…
I have just release the latest update to my WordPress theme framework Arturo. I have added many new features but one of the most interesting one is the new arturo_columns()…
I wrote a little function a while back to Check if a Page is a Child of Another Page in WordPress called is_child(). It used the page ID to return…
It has been almost two years since I last updated my Magazine Columns plugin for WordPress, and I guess there were a few outstanding issues that needed to be addressed.…
Over the past month I have been working on a large project that has taken up a lot of my time, but I wanted to quickly share two small functions…
When accessing the database in WordPress, you need to use the global variable $wpdb. This will take the constants you set in wp-config.php to connect to your database and retrieve…