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.
Displaying What Time Ago A Post or Comment Is Published In WordPress
Little function to allow you to show what time ago a post or comment is published.
Removing Junk From WordPress Head Section
Wordpress is adding unnecessary stuff in the head, here is a function that will remove that junk.
WordPress Admin Panel Trick: Adding ID Field To The Pages Listing
Adding ID field for pages listing in wordpress admin panel.
WordPress Admin Panel Trick: Adding ID Field To The Posts Listing
Little wordpress trick for adding ID field to the posts listing in wordpress admin panel.
WordPress Admin Panel Trick: Adding ID Field To The Categories Listing
Adding ID field to the categories listing in wordpress admin panel.
Showing Random Posts In WordPress
There are a lot of plugins you can use to show random posts, but why use plugins when it’s so simple to do it with a bit of coding. Here is how to do it.
Different “Read More” Link For Different Categories
As you can see here on wpcanyon, the “read more” links have different text depending on the category of the posts. Here is how to do that.
2 Different Ways For Getting Twitter Status / PHP and jQuery
Nearly everyone who has a website and a twitter account shows their status on the website. Here are 2 different ways you can use to get the status and show it on your website.








Get Separate Count For Comments Trackbacks And Pingbacks In WordPress
A function to count comments or trackbacks or pingbacks or trackabacks and pingbacks together.