Posts tagged as:

Blogging

What’s a loop?
When using WordPress, “The Loop” refers to the code in your template files that displays posts. Usually there is only one main loop per page, but you can have secondary custom loops to show special content. These can include recent posts and related posts.

{ 12 comments }

Today I found that I wanted to move my WPMU installation to a new domain. It doesn’t really matter why — that’s a whole other story really — but just in case you want to do the same thing, this is how I did it.

{ 31 comments }

I previously published a tutorial on full-width headers in the Thesis theme.
It wasn’t the easiest thing to do in Thesis, prior to version 1.5, to make a full-width navigation area beneath a full-width header. Now thanks to a new hook, thesis_hook_before_content_area, it has become significantly easier and way better!

{ 142 comments }

CSS Custom Headers

2 February 2009 in Tutorials

tagged with , , , , ,

I’ve noticed that customising the your blog’s header is one of the best and simplest ways to make your blog unique. I’ve also noticed that folks not too familiar with CSS are are not too sure about the best way to go about it. They find tutorials that sound like what they need, but there [...]

{ 87 comments }

I’ve seen people use some rather hefty plugins on their blogs to display their recent Twitter action and a couple of people have asked me how I display my tweets. Well, I’ll tell ya! The essential bits are only about 3 lines of code.

{ 119 comments }