Register Plus Redux for WordPress
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...
6 comments
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...
6 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 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
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...
15 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
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...
3 comments
When WordPress 3.0 came out, it introduced the new menu system. You can read more about it HERE if you haven’t had a chance to play around with it....
20 comments