Magazine Premium 2.0 Preview Video

I put together a little video to show off some of the new features in Magazine Premium 2.0. Expect to see it out next week.
Private Site Plugin for WordPress

Sometimes, you may have a site that you want to be viewed by only logged in users. Especially if it’s some type of internal tool used by a private company or group. I recently needed to this on a site I was using to test out some themes, so I thought I would share it […]
Wptuts+: Enhancing the Search Form With typeahead.js

I’ve always thought that the WordPress search could use some work, so I started messing around with typeahead.js and figured out how to add the autocomplete script to the default WP search form.
Only Allow Administrators to Access the WordPress Admin Area

A while back I wrote a quick tutorial about fixing an issue with the user redirect called “Redirect After Adding a New User in WordPress”. In that tutorial, I mentioned using the wp_redirect() function to get you to the profile page after adding a new user, which would help speed up the process of modifying […]
Wptuts+: Creating Client Testimonials With Custom Post Types

When I was putting together the new redesign for Themes by bavotasan.com, I decided to write in some functionality for client testimonials. Which in turn inspired my latest article on Wptuts+. Check it out: Creating Client Testimonials With Custom Post Types
Tango Premium WordPress Theme
Just released a great new Premium Theme called Tango. It has tons of great features, including a wicked CSS3 slider.
Removing Comments from Attachment Pages in WordPress

I’m not too sure what’s been happening over the past week but all of a sudden I’ve been getting tons of spam comments from my attachment pages. I didn’t actually know I had attachment pages but I guess WordPress creates them by default within the template hierarchy. Problem is, there’s no way to turn off […]
Wptuts+: Adding a Custom CSS Editor to Your Theme Using ACE

Got another article up on Wptuts+ about adding a Custom CSS editor your theme using a great online editing tool called ACE.
Prevent Default Behaviour of Hashed Anchor Tag with jQuery

Way back in the day, I use to always set up my event triggering anchor tags a certain way to prevent their default behaviour of having to click-through to a URL or named anchor: Trigger Usually, a more simple approach was to use a simple hash: Trigger That’s the way I should’ve been doing it, […]
Working with Custom Admin Pointers in WordPress

When WordPress 3.3 was released we were introduced to the new Admin Pointers, those blue and white boxes that had tips on how to use some of the new features. Seeing how WP used them to help guide users through some of the new features was brilliant. So why not try to take advantage of […]