Private Site Plugin for WordPress

locked

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 […]

Only Allow Administrators to Access the WordPress Admin Area

redirect

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

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

tango thumb

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

no comments

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 […]

Prevent Default Behaviour of Hashed Anchor Tag with jQuery

anchor

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

admin pointer

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 […]