wordpress页面控制
Worrdpress允许用户自主创造“pages”独立页面,很多人就利用这个建立了例如contact联络页面、about关于页面或者其他独立页面。
How to Widget-Enable WordPress Themes
Wordpress Widgets are an amazing way to customize your blog besides wordpress plugins. How to widgetize your wordpress theme? I use a heavily modified version of the Blix wordpress theme, which does not support widgets…
wordpress如何对title、description、keywords进行优化
wordpress优化也是使用wordpress的朋友们一个很关心的问题,大部分朋友采用了插件。如果你是一个喜欢使用插件的朋友,那么本文不适合你,你可以返回wordpress专题栏目查看其他相关的文章。title、keywords、description我在这里不再介绍了(有兴趣的朋友可以看看)。
WordPress URL Rewrite | WP URL 重写组件
现在提倡SEF(Search Engine Friendly),所以都提倡使用Wordpress的Permalinks来对URL进行重写。
重要的5个WordPress函数
在Wordpress的 source code 里有大量实用函数可供你在主题和插件中使用。但是,有很多人并不知道它的存在,可能因为 the Codex 极度不完善,许多人讨厌看源代码。
wordpress get_category_link()函数使用介绍
她的作用是——获取分类的连接地址。类似于get_permalink(),但get_permalink()是获取文章的连接的。
WordPress分类列表函数:wp_list_categories
wordpress的分类函数对于主题作者来说可能并不陌生,因为基本上我们一定会用到这个函数;在 Wordpress 中 wp_list_categories 是用来显示所有分类的链接列表,它有两种表示方法:list_cats()(deprecated) 和 wp_list_cats()(deprecated)