Axiu Blog
ossible that your blog looks like just another blog in that pool of 1000’s of blogs. So, to make it stand out amongst the crowd, here are some Must Do’s for your WordPress blogs.
> WordPress is growing to be the most popular blogging platform today and since lot of people are using it, it’s quite possible that your blog looks like just another blog in that pool of 1000’s of bl
> WordPress is growing to be the most popular blogging platform today and since lot of people are using it, it’s quite possible that your blog looks like just another blog in that pool of 1000’s of bl
应该为你的WordPress做的几件事
Max

WordPress is growing to be the most popular blogging platform today and since lot of people are using it, it’s quite possible that your blog looks like just another blog in that pool of 1000’s of blogs. So, to make it stand out amongst the crowd, here are some Must Do’s for your WordPress blogs.

WordPress正在成为最受欢迎的博客平台,因为有那么多人使用它,所以你的博客可能和其他1000+个博客看起来一样……因此,为了让你的博客鹤立鸡群,这里提供几个你应该做的几件事。

突出显示博主评论

如果你的博客有很多人参与评论的话,对于评论者而言要区分博主和访客的评论是很困难的事。相信你也被这个问题困扰吧?所以一个方法就是通过突出显示博主评论来让别人认出它。下面提供一些小伎俩…… (However there are many ways to do it and you can find it by yourself. Just ask your friend – Google!)

为了突出显示,我们需要用到userID.

A] Editing the theme to add an “authcomment” style:

找到 外观 > 主题 > Your theme 在CSS文件末尾添加如下代码:

.authcomment {background-color: #B3FFCC !important;}

通常,为了和主题显得搭调,需要更改外观例如颜色等。

B] Edit comments.php file to add the a little more code:

找到 外观 > 主题 > Your theme 下的comments.php:

<li class="<?php echo $oddcomment; ?>" id="comment…

把这段改成如下的样子:

就这么简单。这样博主评论看起来就和其他人不一样了。当然,如果喜欢的话,也可以像我一样在自定义的样式里添加背景图片,并设定它的位置,因为有时候,更改颜色并不是想象的那么简单的。

加速你的 WordPress Blog

不论你的连接速度有多快,加载你的站点也会需要一些时间的。而且世界上可能有超过30%的人还在用 256kbps 或更慢的网络连接! (Sounds like Dial-up days isn’t it)。所以让你的博客加载更顺畅是很重要的。下面有一些方法:

  • 通过更新,保持你的WordPress是最新的。
  • 禁用(更好的方法是删除)没用的插件、主题和媒体文件。
  • 在你的博客代码中删除没用的空行。这个很有用处。
  • 避免在header和index放置过多的脚本,尽可能地使用外部脚本。
  • 尽量减少PHP和数据库查询。 如果不懂的话 just Google it! ;)

通过IM通知你的用户

留住你的用户群可能是对于博客甚至所有站点最难的一件事了。确保您的读者在你的博客上获得最新的内容就变得很重要了。有很多方法去通知你的用户,例如RSS Feeds,e-mail通告和短信通知。还有一个我认为是上述方法里最快的——即时消息通知。他们肯定会看到的。但是这个方法的实现有难度,不过我会用尽量简短的方式告诉你怎么做。

By ME translated from:BlogOHBlog, Power to the original author

Comments