Archive for the Tutorials Category

Theme and Plugin Authors: Easily Add an RSS Widget to the Dashboard

Theme and Plugin Authors: Easily Add an RSS Widget to the Dashboard

By Alex on November 2 2009 | Tutorials, WordPress | 8 Comments

I’ve been working on a project lately, and needed to add an RSS widget to the Dashboard via a theme or plugin, and was surprised to find that there were no tutorials offering all the code, just tutorials on how to add a widget, but with no content. So here goes, how to create and [...]

Guest Post on Pro Blog Design

Guest Post on Pro Blog Design

By Alex on September 14 2009 | Tutorials, WordPress | 2 Comments

I’m pleased to say that my guest post on Pro Blog Design was published today. As per my usual style, it’s a fairly in depth tutorial on using post_class

Use jQuery to Jazz Up Your List of Latest Posts – Part 2

Use jQuery to Jazz Up Your List of Latest Posts – Part 2

By Alex on July 20 2009 | Tutorials, WordPress | 4 Comments

In this article we’ll look at a few more ways to improve your sidebar lists using jQuery. The first tip looks at how to dynamically display a category’s in a tooltip. We’ll also look at some quicker and simpler tips to liven things up as well, including alternate highlighting, counting and inverse fading.

Use jQuery to Jazz Up Your List of Latest Posts – Part 1

Use jQuery to Jazz Up Your List of Latest Posts – Part 1

By Alex on July 7 2009 | Tutorials, WordPress | 16 Comments

A lot of blogs display a list of their most recent or popular posts in their sidebar, more often than not just showing the title of each one. But how can you give your reader an idea of what that post is about by using the excerpt, without taking up too much room? JQuery is our friend!

Pages: 1 2
Get Posts With Same Custom Field VALUE As Current Post

Get Posts With Same Custom Field VALUE As Current Post

By Alex on June 10 2009 | Tutorials, WordPress | 13 Comments

So, you’ve read all the tutorials on how to get custom field values and how to get posts that have a certain key/value, but what about if the post your are viewing has a custom field, and you want all the other posts with that custom field value; a value that you won’t know in [...]

Underused Plugin Function

Underused Plugin Function

By Alex on June 9 2009 | Tutorials, WordPress | 6 Comments

There is often a lot of talk about where WordPress plugin settings pages should be placed in the admin panels, and once the plugin author has decided where to put it, the user then has to work out where to find it. Well in WordPress 2.7, a new filters was added to solve the problem.

Adding Gravatars to the User Meta

Adding Gravatars to the User Meta

By Alex on December 30 2008 | Tutorials, WordPress | No Comments so far

Quite a lot of blogs make use of the Meta Widget or a function to display login/out capability in their sidebar. Once logged in, all sorts of information can be retrieved about the user, which will allow us to display their Gravatar, giving the feeling that you are really part of that blog.

Effectively Highlight Your Post Edits

Effectively Highlight Your Post Edits

By Alex on June 30 2008 | Tutorials, WordPress | 2 Comments

After writing a post and publishing it, it often becomes necessary to add to or alter something in the post. But how do you let your readers know what was added later, without those edits becoming lost in the rest of the post?

Default Custom Fields

Default Custom Fields

By Alex on June 1 2008 | Tutorials, WordPress | 18 Comments

As one of my previous tutorials on creating a dynamic slideshow from your posts showed, there are a lot of useful and interesting uses for Custom Fields. One use that I make of custom fields is to pull an image from a post and display it on my homepage, however I don’t always need something [...]

Per Category Intro Text

Per Category Intro Text

By Alex on May 12 2008 | Tutorials, WordPress | 10 Comments

Most blogs that use WordPress are set up so that their posts fall under different categories, and all these posts can be listed on one category page. But what if you wanted to add some kind of description about that category when viewing only those posts?