Simple Pagination for WordPress
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...
4 comments
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...
4 comments
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...
0 comments
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...
7 comments
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...
5 comments
I often have to use a select box when I’m putting together a custom form that requires a drop down list. It took me a while to figure out...
36 comments
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...
6 comments
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...
14 comments
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...
22 comments
I was working on a feature for Arturo to add (or enqueue) a script only if a certain function was used on a page. The problem was, that you...
0 comments
A client needed me to write a script that would collect information from their database and post it to a specific URL, just like it was being submitted by...
3 comments