Posts Tagged ‘Blog’

Pictures Cannot be Published to WordPress using Windows Live Writer

We tried to upload an article to remote website with some pictures in the content. The article edited in Windows Live Writer. The website is a WordPress site and the version is 3.1.3. However, we got an popup error message windows indicates Picture Upload Not Support By Blog as title and pictures can not be [...]

Leave a Comment

Updated to WordPress 3.1.3

We have used WordPress 2.7.1 long time. It was stable because we do not have extra features needed. We updated to WordPress 3.1.3 just because we do not want to miss too much but should follow WordPress new version. Most of stuff looks OK after we updated, the only one problem was the database backup [...]

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

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