The New Columns Function in Arturo
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...
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...
I’ve spent the past four days dealing with an attack on my server that caused all of my sites to go offline. Talk about a long weekend. I send...
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...
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...
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...
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...
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...
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...
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...
Automattic.com just released a collection of plugins as one “super-plugin” called Jetpack. As they explained it, the goal was to bring eight of the most requested features available on...