mm-duplicate
MM-Duplicate is a plugin that allows you to duplicate your posts and pages. The mm-duplicate plugin creates new post/page with the content of original post/page. When duplicating a Post it will also copy all the categories and tags of that post.
Following can be achieved with mm-duplicate plugin.
1) Duplicate Post to a Post.
2) Duplicate Post to a Page.
3) Duplicate Page to a Page.
4) Duplicate Page to a Post.
Installation.
- Download
mm-duplicate.zip - Unzip
- Upload
mm-duplicatedirectory to your/wp-content/pluginsdirectory - Go to the plugin management page and enable the plugin.
You can find full details of managing a plugin here.
Duplicate a Post/Page.
After activating the mm-duplicate plugin, click on manage and then Posts. Select a post to edit. In the edit screen you will see a new option as “Duplicate” under Advance Options. Click to expand and you will see two options.
1) Duplicate This Post.
2) Duplicate To a Page.

Following is an example to duplicate a post.
Duplicating a Post.
Open a post for editing

Click on “Duplicate This Post” link under the Advance Options.

This will create a duplicate of the original post. The “(copy)” will be appended with the title. This post is totally a new entry with the content of the existing post.

Browse the post entries, new entry can be seen. The duplicate post/page will be unpublished by default.

In the same manner you can duplicate the pages.
You can download mm-duplicate plugin here.
tinymce-advanced with template support
This is an updated version of the plugin written by Andrew Ozz http://www.laptoptips.ca/.
I added the plugin “template” so from now on you can use predefined templates in the tinymce editor.
Install tinymce-advanced plugin
Modify the file : wp-content/plugins/tinymce-advanced/mce/template/js/template.js line 3
var template_url = “http://yourdomain.com/uploads/tinymce/templates/”; // this is the location of your template files.
var tinyMCETemplateList = [
// Name, URL, Description
["Simple snippet", template_url + "snippet1.html", "Simple HTML snippet."],
["Layout", template_url + "layout1.html", "HTML Layout."]
];
See http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/template for more information about this plugin.
Download tinymce-advanced here.
Downloaded 54 times.
wp-admin-themer extended
Wp-admin-themer is a plugin that allows you to theme your Wordpress admin pages and login pages.
Derivative work from wp-admin-themer, written by Manuel Amador (Rudd-O)
- http://rudd-o.com/projects/wp-admin-themer/
- http://rudd-o.com
The plugin will overrule all CSS files from within the plugin css directory.
You can download the plugin here.