WordPress Picks for this week [10/11]

Quick WP tip: pagination classes Yoast guides you through a quick way of styling WordPress’ internal functions next_posts_link and previous_posts_link. Five Ways to Change Your WordPress Password Maybe you’re regularly forgetting your WordPress Admin password, or maybe this is your first time and you’re totally clueless as to how to proceed? Then, this article is for you!

| |

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.