Google recently announced that they will be using site speed as part of their search rankings. I have been meaning to look into my blog page speed for some time, and this event spurred me to finally get my ass in gear. I installed Google’s Page Speed application, and started testing my blog pages. One […]
WordPress Permalink – How to Add Your Own Permalink Structures
How the WordPress systems generates permalink URLs and how to create your own permalink structures.
Related Blog Articles – Why and How
Enhance your blog and keep you readers interested by adding a related articles section.
WordPress XML Import Format – Comments
In this article we consider how to write out comments data in the WordPress XML import format. Once you do this, you can easily import the generated XML file into WordPress by using the Import functionality within your WordPress dashboard. We assume that you already have the comment data extracted in a PHP script elsewhere. […]
Add a Standard WordPress Meta-Box
Tutorial on how we can expand your theme or plugin with standard WordPress metaboxes. For example, we may want to add a tag metabox to our page edit screen to enable tagging on pages.
How to Render Your Own WordPress Photo Gallery
Lays out the steps needed to render your own WordPress photo gallery.
Create Pop-up Windows in Your WordPress Blog with Thickbox
Some easy steps to enable pop-up windows in your WordPress blog posts.
How to Add Admin Columns in WordPress
Many of the key administration areas within WordPress displays a table containing a list of objects and some of their attributes. We describe how to modify these administration tables.
Obscure WordPress Errors – Why? Where? and How?
Examines what causes the ‘You do not have sufficient permissions to access this page.’ and `Are you sure you want to do this?’ errors, as well as how to fix them.
WordPress query_posts and get_posts
Explains query_posts, get_posts, and how to paginate through your query_posts results with paginate_links.