Everything you need to know about WordPress 2.9's post image feature
An in-depth look at how the post image feature in WordPress 2.9 can be used from the perspective of both end users and developers.
An in-depth look at how the post image feature in WordPress 2.9 can be used from the perspective of both end users and developers.
How to make use of a simple file change in WordPress 2.9 to add an excerpt box and custom taxonomy boxes to your page editor.
How to make your WordPress plugin or theme more flexible by allowing users to select who has access to its settings page(s).
How to create and display custom user profile fields in WordPress that allow users to input additional information about themselves.
Does using multiple WordPress plugins load so many files to your site that it becomes unbearably slow? If so, you can easily disable scripts and styles and load them only when needed.
How to dynamically load different stylesheets when you need to drastically alter the style of specific pages on your WordPress-powered site.
A tutorial on how to create custom more link text for your WordPress theme using the_content_more_link
filter hook.
How to replace excerpts for password-protected posts in WordPress with a password form instead of the standard no excerpt message.
A tutorial on how I used custom taxonomies in WordPress to build a complete movie database and an explanation of how taxonomies can be used to enhance your site.
WordPress 2.8 has a new widget class that makes creating widgets much easier. In this tutorial, I’ll walk you through a real-world example.