Meep’s Musings

Say What You Need To Say

Wordpress hack: Trim the Dashboard

Wednesday, October 31st, 2007

Wordpress 2.3.1 came with a few good things but the dashboard is still the same bloated monster with the links to the Developer Blog and other news, which slow down loading considerably. Here are a few tips how on how to streamline it a bit and give you only what you need.

(more…)

Plugin hack: Icons for SimpleTags

Sunday, December 3rd, 2006

What you need for this is first of all the SimpleTags plugin and an icon (quick image search). You will need to edit the file simpletags.php in your ‘wp-content/plugins’ folder.

(more…)

Wordpress hack: Manage - Posts per page

Thursday, November 2nd, 2006

This hack lets you set the numbers of posts to show under ‘Manage - Posts’ (tested on Wordpress 2.0+ only). You have to edit the file edit.php in the directory ‘wp-admin’. In this example, I change the number of shown posts from 15 to 30, but of course you can choose any number which suits you. Remember that the larger this lists becomes, the longer it takes to load.

(more…)

Wordpress hack: List of drafts

Friday, June 16th, 2006

After a while I became unsatisfied with the way Wordpress handles drafts, and especially how they are displayed. Wordpress simply puts title after title, which becomes soon confusing if you have more than one or two drafts. So I came up with this hack (Wordpress 2.0+ only). It arranges your drafts in an unordered list on top of your ‘Write Post’ page. (Click for picture Screenshot) You have to replace the following code in the post.php in ‘wp-admin’:

(more…)