| |

WordPress Pagination!

We’re back with another dose on how to make your WordPress installation even better. I bet that you’ve, at some point at least, noticed that your default WordPress theme has links only to the Previous or Next post page. While this is fine and makes for a simple browsing experience, there are times, especially if you’re an extremely large site like Smashing Magazine or PSDTUTS, where it makes more sense to have a proper pagination, instead of just simple links.

| |

Three pieces of code to replace WordPress plugins

While WordPress plugins are really useful, you don’t need plugins always to add certain features to your themes. Here are a few code snippets you can add to your theme files to display recent posts, random posts and recent comments. Recent Posts The following code will enclose the latest 10 posts in an unordered list.