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!

What’s new in WordPress 2.8
| |

What’s new in WordPress 2.8

A new iteration of the popular blogging platform WordPress has been recently released. Codenamed “Baker” after renowned trumpeter & vocalist Chet Baker, the new version has a slew of under-the-hood changes in addition to changes to the Administrative interface: New drag-and-drop widgets admin interface and new widgets API Syntax highlighting and function lookup built into plugin and theme editors Browse the theme directory and install themes from the admin interface Allow the dashboard widgets to be arranged in up to four columns Allow configuring the number of items to show on management pages with an option in Screen Options Support timezones and automatic daylight savings time adjustment  Support IIS 7.0 URL Rewrite Module Faster loading of admin pages via script compression and concatenation What’s noteworthy about this particular release is the sheer number of support tickets both opened and closed (over 790 in total), which means that the developers have made a conscious effort at listening to what the users’ feedback and issues are and trying to get them resolved.

| |

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.