Popular Posts
All posts ordered by popularity
Update WP plugins via Mac Terminal
Here’s a quick guide for updating your WordPress plugins in the Plugin Directory using Mac Terminal.
Increase upload limits for WordPress
If you’re encountering restrictive upload limits in WordPress, here is a simple fix:
Center div
Round-up of some common ways to center divs with CSS: horizontal center, vertical center, and both horizontal and vertical center. Nine techniques!
Remove sub-menus
Quick snippet for removing or disabling WordPress sub-menus:
Static home page with separate posts page
In WordPress, static home page is possible via the General Settings. Or you can choose to display your blog posts. But how do have both?
jQuery Preview Selected Images
This jQuery script displays a live preview of the currently selected images, as selected from a file input field.
Display performance stats in WordPress
Here is how to display the page-generation time based on PHP and MySQL.
Display a custom gravatar in WordPress
Using your own custom gravatars (aka avatars) in WordPress is a piece of cake.
WordPress Navigation Links for Monthly Archives
Archives that are easy to navigate make your WordPress-powered site that much more awesome. There are plenty of great strategies for increasing the usefulness of your post archives. For example, this quick tutorial provides some custom functions that display monthly navigation links. So you can display “Previous Month” and “Next Month” links on monthly archive […]
Why aren’t permalinks working?
Here is a quick guide for troubleshooting why WordPress permalinks might not be working.
CSS Viewport Tricks
Note to self: you can specify various viewport properties such as initial-scale and user-zoom via <meta /> tags or directly via CSS.
WordPress Random Post Class
Here is a simple plugin that you can use to include a random post class for each post. With a slight modification it can be used to include a random body class. This function can be useful for applying random colors and styles to your blog posts. Or whatever.