Building a Tweet Archive On Genesis

Build a tweet archive with Genesis

Last year Leland of ThemeLab posted a tutorial on building a personal tweet archive powered by WordPress. He even went so far as to create a theme for use with this archive which was released free of charge. The idea intrigued me and so off I went to build my own archive. Following Leland's instructions I had the ... Read More »

post

How to Change User Nicename

phpMyAdmin

One of the new security features introduced in WordPress 3.0 is the ability to select a unique name for the admin during the install process. In previous versions you only had the ability to choose a password but were stuck with the default login name of admin. While this is a welcome change it does have a problem. ... Read More »

post

Cool Edit Posts Link (✍)

Chris Coyier of Digging Into WordPress shows you how to spruce up those edit posts links. Actually this nifty idea could be used anywhere, such as headlines etc. ... Read More »

aside

Clean Permalinks for Search Results: Alternative Method

Search

In a post from 3 years ago I explained how to achieve "clean" permalinks for search results. (see Clean Permalinks for Search Results) While the method I detailed works quite well I stumbled upon what I think is an even better way to go about it. All that is required is a few lines of code in your theme's ... Read More »

post

Pagination In a Post

Pagination In a Post

We all know that WordPress has a capability called pagination which can be applied to various pages such as your blog page, category pages, archive pages etc. Did you know that you can add pagination to a single post? This comes in handy if you have a large article, such as a tutorial, that you want to break up into ... Read More »

post