Archive for the ‘Blog’ Category

WordPress Related Posts without Plugins

Add Related Posts section in your article is nice for your article reader. The easy way is to find a plugin to install. and set a little bit to get it. Here we have another solution, maybe you do not want to install too much plugins in your blog. So you have to change code [...]

Leave a Comment

Using WebMatrix to build a WordPress Site 1 of 2

What is WebMatrix? OK, it is Microsoft WebMatrix. So What is Microsoft WebMatrix then? If you don’t know please just read the explanation from Microsoft: WebMatrix is a free web development tool from Microsoft that includes everything you need for website development. Start from open source web applications, built-in web templates or just start writing [...]

Leave a Comment

How to disable email notification in WordPress

If you have a WordPress blog site, you have to setup something, for example, you have to input the administrator’s email so that WordPress can send email notification to you admin email. However, after some days, when your blog site was searched by all kinds of searched engines like Google, people will visit your site. [...]

Leave a Comment

How to use Akismet plugin for your wordpress blog

Akismet plugin is a famous wordpress plugin which checks your comments against the Akismet web service to see if they look like spam or not. Now wordpress recommend to use this plugin and it is a default installed plugin when you install new version of WordPress. You need an API key to use it. If [...]

Leave a Comment

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 [...]

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