Increasing The Categories Selection Height In WordPress Admin
Increasing the height of the categories selection listing in WordPress admin using 2 different methods, CSS and jQuery.
Show Top Commentators In WordPress Without A Plugin
Here is a simple code snippet for getting the top commentators listing in WordPress so you don’t have to use a plugin for that purpose.
Adding Classes To previous_posts_link() And next_posts_link() In WordPress
Little snippet for adding classes and other attributes to previous_post_link() and next_post_link().
Adding A Custom Field Automatically On Post/Page Publish
Little code snippet for automatically adding a custom field for a page or post when they are published.
Showing Amount Of Comments A Comment Author Made
Little code snippet for showing amount of comment a comment author made.
Deleting, Limiting And Disabling Post Revisions In WordPress
Having a lot of post revisions means your blog might need more time to load and you will have data in mySQL that you probably won’t ever need. So here is how to delete, limit or disable the post revisions in WordPress.
Increasing The WYSIWYG Content Editor Height In WordPress Admin
Little trick to increase the height of the WYSIWYG content editor in WordPress admin.
Adding Classes to body_class() in WordPress
Here is an easy hack to add your own classes to body_class() WordPress function.
Adding ID Field To The Media Library Listing In WordPress Admin
Little wordpress trick for adding ID field to the media library listing in wordpress admin panel.
Fixing The Menu Manager Width Issue In WordPress 3.0
The menu manager in wordpress 3.0 (still in beta) got updated. I don’t like it, it doesn’t even scale. Take a look at the post, you will see what i’m talking about and how to fix it.
Allow Contributors To Upload Files In WordPress
Wordpress doesn’t allow “contributors” to upload files, so here is a little code that will allow them to do that.
Remove nofollow From WordPress Comments
Great little function to remove nofollow attribute from comments in wordpress. No need to use the dofollow plugin anymore, this is faster.
Adding Custom Widgets To WordPress Admin Dashboard
Either you are building a wordpress powered website for a client or yourself, the dashboard is the first place the administrator gets to after login, so customizing the widgets there can be very useful. Here is how you can add your own widgets to the dashboard.









