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 allowed…
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’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 out…
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 how…
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 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…