Add filter menu to admin list of posts (of custom type) to filter posts by custom field values

Simple to do, first create the dropdown with just the meta values you want and then catch the submit of the filter, just change POST_TYPE to the name of your post type and META_KEY to the name of your meta key: <?php /* Plugin Name: Admin Filter BY Custom Fields Plugin URI: http://en.bainternet.info Description: answer … Read more

Best collection of code for your 'functions.php' file [closed]

Enable Hidden Administration Feature displaying All Site Settings Tested on: WordPress 3.1 RC3 This little piece of code does something pretty cool. It will add an additional option to your settings menu with a link to “all settings” which will show you a complete list of all the settings you have within your database related … Read more

You require permission from “Myself” to delete folder – how to fix

I ran into the same problem: tried to delete a folder (as admin), but got an error message “You need permissions from MYCOMPUTER\Admin …” Somehow this worked: I just went into the folder and deleted everything inside. Now when I try to delete the folder, it works fine. Not sure why, but it seems like you found … Read more

SVN admin management GUI tool

Look at visualsvn: VisualSVN Server is a package that contains everything you need to install, configure and manage Subversion server for your team on Windows platform. It includes Subversion, Apache and a management console. User-friendly Management Console Create, import and remove repositories Create and delete folders in repository Dashboard showing overview status of Subversion server Manage … Read more