[置顶] 腾讯微博邀请 发放

10个迷你版的WordPress的免费主题

通常而言,丰富的色彩, 纹理, 以及包含的设计元素可以使Web设计在屏幕中显示尤为突出,但有时候极简的设计风格对有些内容和访问者而言会更为合适。一个 简洁而简单 的设计会更有出路,内容更容易表达,让人觉得您的网站是那么优雅及成熟的感觉。如果你已经准备开始采用WordPress来创建站点,而您又恰好觉得一份迷你版的更佳,这里采集的 10个最佳的迷你版的 Wor......

More...

标签:

添加Google自定义搜索到WordPress的新方法

先去http://www.google.com/cse为自己的博客申请一个custom Search engines 。
然后你会收到一封邮件,点“To incorporate your search engine into your site or blog, you can find the necessary code at http://www.google.com/cse/panel/code?cx=xxxxxxxxxxxxxxxxxxx“ 进入,在“Search results hosting options“ 处选择第二项:

Host results on my website using an iframe
This requires two pages: one for the search box and another for the results.

 

More...

标签:

wordpress中admin密码丢失最简单的解决方法

当忘记密码后,只要把下面代码拷到主题的index.php刷新即可

[CODE]
  <?php
$user = get_userdatabylogin(‘admin’);//忘记密码了,总记得用户名吧
wp_set_password(‘1′,$user->ID); //然后就用用户名admin,密码1登录就可以了,登录就可以了  ?>

More...

标签: