12个WordPress博客程序优化技巧
优化从头开始,就是对logo的优化,logo也是SEO的一个关键元素,虽然文字logo比图片logo更利于搜索引擎优化,但是可以通过对背景 Logo 结合隐藏文字链接的方法优化。
优化从头开始,就是对logo的优化,logo也是SEO的一个关键元素,虽然文字logo比图片logo更利于搜索引擎优化,但是可以通过对背景 Logo 结合隐藏文字链接的方法优化。
WordPress的用户级别分别是Administrator(管理员),Editor(编辑),Author(作者),Contributor(投稿者)和Subscriber(订阅者),权限和代表的意思分别是:
首先:在iframe标签中加入 allowtransparency=”true”属性
然后:在调用的页面的
For the new version of this website I wanted to show a list of monthly archives, limited to posts of a specific category. The software used to run this website is WordPress but the wp_get_archives() function, to get a list of archives, does not have the ability to filter on category. So I created the ‘Archives for a category’ plugin that enhances this function to show archive links for a specific category.
有很多朋友想用WordPress做一个比较美观实用的企业站,对于企业站来说一般是要提供多语言版本的。这个对于WordPress来说,实现起来很简单,只需要安装WPML插件既可以实现,目前来说WPML是一个最强大的WordPress多语言插件,可以让我们轻松地实现WordPress网站的多语言,而这一切做起来都是如此的简单。
wordpress博客主要有两部分构成posts和pages,但是对于wordpress初学者来说,经常把这两个概念混淆。在pages和posts之间有很多不同点,知道并理解这些不同点,能够让我们更好的使用wordpress中的posts和pages。
简单的说说两者的关系,get_the_title() 返回值是一个字符串(文章标题),而 the_title() 就是该字符串通过 echo 输出后的值。
实际上就是 Wordpress 自己在输出文章标题时进行了简化,直接用