Author: Justin Watt Related WordPress Plugins

SQL Executioner

Instead of needing a tool like phpMyAdmin or the mysql command line client to view and modify your WordPress database, the SQL Executioner allows you to run arbitrary SQL queries against your WordPress database from within the Admin. In many cases this allows you to bypass the inherent limitation.........

Redirect Editor

Unlike more complex plugins for managing redirects, the Redirect Editor gives you a simple textarea to edit and manage .htaccess-style 301 redirects, one per line. Enter each redirect rule in the following format, starting with the relative path of the URL to match, followed by the absolute URL o.........

Monthchunks

Display monthly archives by year with links to each month in the following compact format: 2012 1 2 3 4 5 6 7 8 9 2011 1 2 3 4 5 6 7 8 9 10 11 12 2010 6 7 8 9 10 11 12 Serves as a drop in replacement for wp_get_archives( array( 'type' => 'monthly' ) );. If you're interested in contributing .........

Adjacent Archive Links

After activating the plugin, you will have two new template tags at your disposal: <?php previous_archive_link( 'format', 'link' ); ?> <?php next_archive_link( 'format', 'link' ); ?> They adapt their output depending on whether the date archive .........

Suicide

Removes all the content from your blog's database on a per table basis. To use simply install and visit the Tools > Suicide page. For multisite installs of WordPress visit Network Admin > Sites > Network Suicide to choose which sites you would like to remove content from. If you're inter.........