Wordpress
wordpress
TRUNCATE TABLE wp_comments; TRUNCATE TABLE wp_links; TRUNCATE TABLE wp_postmeta; TRUNCATE TABLE wp_posts; TRUNCATE TABLE wp_term_relationships; TRUNCATE TABLE wp_term_taxonomy; TRUNCATE TABLE wp_terms; INSERT INTO wp_terms (term_id, `name`, slug, term_group) SELECT d.tid, d.name, REPLACE(LOWER(d.name), ' ', '-'), 0 FROM dp_term_data d INNER JOIN dp_term_hierarchy h USING(tid) ; INSERT INTO wp_term_taxonomy (term_taxonomy_id,term_id, taxonomy, description, parent) SELECT d.tid `term_id`, d.tid `term_id`, 'category' `taxonomy`, d.description `description`, h.pare
Fun with Plugins is a shortcut for producing Wordpress plugins. Answer the wizard questions below then download the template plugin file. This is version 0.4
Drupal theme by Kiwi Themes.