Archive for the ‘Tutorials’ Category
Design A Fresh Blog Theme On The 960 Grid
www.myinkblog.com - In this tutorial I’ll show you how to mock up a fresh looking blog theme in Photoshop that is designed to be used within the 960 framework. This tutorial was designed more for web design theory than Photoshop technique. It ...
WordPress Hack: Bulletproof Page Menu Labels
cssglobe.com - I am not a WordPress expert by any standards. However, I did quite a few WP projects and got to know it well enough to try to hack things up here and there. I'd like to share my latest "hack" ...
Password Protecting The Wp-admin Folder
www.scratch99.com - I recently listened to the WordPress Podcast - Episode 44. Although it’s a couple of months old now, it was quite interesting and one issue really caught my eye ear: the security related question for Matt Mullenweg at around 1:13:30 ...
Control Panel for your WordPress Themes
www.drunkadmin.com - A script to make it easier for you to add a Settings Page in your WordPress themes.
Create a Custom WordPress Plugin From Scratch
net.tutsplus.com - This tutorial will describe the implementation of a WordPress plugin starting from scratch. The plugin will connect to an external OSCommerce database and display random products on your WordPress site. It also implements a configuration page for the WordPress admin ...
How To Create A Featured Post Section In WP (And Get Pagination To Work)
spyrestudios.com - If you’ve been working with WordPress for some time I’m sure there are a couple things you’ve had a hard time figuring out. One of the things I get asked a lot is how to get pagination working when you ...
How to Install WordPress-MU on MAMP
WordPress Hack: Get all users having a specific role
www.wprecipes.com - When developing plugins or advanced WordPress theme, sometimes it can be useful to get all the users belonging to a specific role, for exemple, all administrators. My friend John Kolbert just wrote a great function to do that.