Archive for the ‘Blog’ Category

100 Great Free Wordpress Themes for 2009

I dont wanna copy other people’s hard works. Smashingmagazine posted “100 Amazing Free Wordpress Themes for 2009″ which is very great and help you for choose a nice WordPress theme.

Leave a Comment

Permalinks设置方案

比较流行的Permalinks设置方案:
(from: http://www.osxcn.com/wordpress/wordpress-permalinks.html)

类似“/2007/03/15/post-name/”式目录结构(例子:WordPress.com)

Permalinks写法:/%year%/%monthnum%/%day%/%postname%/

类似“/2007/03/15/post-name.html”式目录结构(例子:boingboing.net)

Permalinks写法:/%year%/%monthnum%/%day%/%postname%.html

类似“/2007/03/post-name/”式目录结构(例子:WordPress.org blog)

Permalinks写法:/%year%/%monthnum%/%postname%/

类似“/2007/03/post-name.html”式目录结构(例子:Blogger、TypePad)

Permalinks写法:/%year%/%monthnum%/%postname%.html

类似“/123.html”式目录结构(例子:livejournal、百度空间)

Permalinks写法:/%post_id%.html

“/category/post-name.html”式目录结构

Permalinks写法:/%category%/%postname%.html

Leave a Comment

How to: Create a page to display post list under a specified category

1: Go to WP Administrate control panel -> Designe -> Theme Editor;
2: Open "Main Index Template (index.php)", copy its all content;
3: Open local text editor such as Notepad, paste copied content into text editor new file, save as your new WP page file name such as MyList.php;
4: At the top of this php file, add [...]

Leave a Comment

A Cool WP Theme 发现一个比较酷的WordPress风格

发现一个比较酷的WordPress风格,可惜是收费的。以后再找找类似的。
Found a cool wp theme, I like it! But it is not free
http://www.revolutiontheme.com/

Leave a Comment