plugin
WordPress Plugin Development Tutorial
This tutorial is for starting WordPress Plugin developers, perhaps it will improve the knowledge of professioal developers to. For this tutorial we describe our password plugin, which is not in public domain. The result can be on frontend of your website something AS shown above, in backend looks very familiär. This tutorial don’t describe how to make a account and/or uploading to WordPress.org. Step by step we will describe how to build a documented, object oriented, WordPress Plugin.
Development steps are:
- Convert Idea to a work plan.
- Write essential WordPress initiation text.
- Create a WordPress plugin class.
- Initialize defenitions and filepaths to CSS and Javascript.
- Create admin menu implementation.
- Create all kind of functionality.
- Using WordPress standard Editor.
- Use of library classes.
- How to translate your plugin.
- Last but not least, writing documentation.
So let’s start developing!
Former Batchmove has evolved to WP-BATCHTOOLS
BatchMove is a WordPress plugin that make it possible to change the category where a post(s) belong to. It is a rewrite of the plugin Rob Miller made, it uses a class for its operations and all parts are separated. You can Add, Update or Delete posts categories. First you make a selection of the records you want to change, then choose new category and the action. Thats all, send your request and the changes are made, the program send you direct to choosen action category. We have made BatchMove for WP users who maintain large WordPress implementations. The exact use is to move/ a lot of posts to an ohter category, for example all post from news category who from for 1 january to archive archive->2011 or category any name you want. Or just what you want, the different is that this routine can update/add/delete and not just add a post to a category.
Perhaps the best of this plugin, you are able to select a date range!