WordPress各用户组的权限
WordPress的用户级别分别是Administrator(管理员),Editor(编辑),Author(作者),Contributor(投稿者)和Subscriber(订阅者),权限和代表的意思分别是:
IE下如何设置iframe背景透明
首先:在iframe标签中加入 allowtransparency=”true”属性
然后:在调用的页面的
根据分类的Archives- WordPress plugin
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.
WPML插件实现WordPress多语言网站
有很多朋友想用WordPress做一个比较美观实用的企业站,对于企业站来说一般是要提供多语言版本的。这个对于WordPress来说,实现起来很简单,只需要安装WPML插件既可以实现,目前来说WPML是一个最强大的WordPress多语言插件,可以让我们轻松地实现WordPress网站的多语言,而这一切做起来都是如此的简单。
wordpress posts和pages之间的区别
wordpress博客主要有两部分构成posts和pages,但是对于wordpress初学者来说,经常把这两个概念混淆。在pages和posts之间有很多不同点,知道并理解这些不同点,能够让我们更好的使用wordpress中的posts和pages。
如何控制 WordPress 文章标题的长度
简单的说说两者的关系,get_the_title() 返回值是一个字符串(文章标题),而 the_title() 就是该字符串通过 echo 输出后的值。
实际上就是 Wordpress 自己在输出文章标题时进行了简化,直接用
WordPress主题预览插件Theme Switch and Preview
Theme Switch and Preview这款插件非常适合开发WordPress模版的朋友,模版制作成功后传到博客上,很多访客可能会下载这些WordPress主题,由于无法预览主题,下载之后再进行测试,比较的麻烦,如果使用这款插件的话,就避免了这个问题,访客可以直接在前台进行模版的预览。