This tutorial will show you how to successfully post fresh video clips onto your WordPress web-site articles.
WordPress Tutorial: Posting pop-up images
This tutorial will show you how to include a thumbnail image in your blog post that, when clicked, will generate a pop-up window that will automagically resize itself to the dimensions of your original image.
WordPress Customization Guide for Newbies
How do you take a spanking-new WordPress installation and turn it into your own, customized blog? How do you add plugins and templates to the blog? How can you brand your blog, make your WordPress stand out from the millions of others? WordPress Customization Guide for Newbies
WordPress Tutorial: How To Blog By Email
How To Blog By Email tutorial located in the WordPress Wiki.
WordPress Tutorial: Writing a WordPress Plugin:Part I
Here’s a tutorial for writing a WordPress plugin for all you wannabe plugin authors.
WordPress Tutorial: WordPress as CMS
This article explains how to use WordPress as a CMS.
WordPress Tutorial: How To Make An “About Me” Page
This easy to follow WP tutorial shows users how to create “About Me” type pages without them showing up on your home page or in the category list. You’ll end up linking to it from links list.
WordPress QuickTags
Here’s a list of WP QuickTags and an explanation of what they do.
Creating Admin Friendly Index Page
This article explains a simple process to create an admin friendly Index page. As an admin it would be nice to have certain quick links available to access from the index page but not accessible to your visitors. The author uses the following to check if you are an admin if ($user_login == ‘my_user_name’) { […]
WordPress Tutorial: Category Customization
I found a very good tutorial on setting up customized category listings. There are 17 different options for list_cats and this explains each one.