Wordpress

wordpress

drupal 6 网站转wordpress 7 SQL 脚本

由 非洲饿鱼 于 星期四, 07/02/2009 - 17:51 发表
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 WP FUN

由 非洲饿鱼 于 星期五, 08/29/2008 - 20:30 发表

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

http://www.wp-fun.co.uk/wizzards/fun-with-plugins/

Google Syntax Highlighter for WordPress

由 非洲饿鱼 于 星期一, 10/15/2007 - 04:59 发表

代码加亮插件,完全 Java Script客户端执行,哈哈!

  1. Google Syntax Highlighter for WordPress
  2. SyntaxHighlighter

使用方法:

<pre name="code" class="c-sharp">
... 我是代码 ...</pre>

Wordpress 皮肤

由 非洲饿鱼 于 星期五, 08/10/2007 - 17:02 发表
同步内容
Drupal theme by Kiwi Themes.