RSS
 

Archive for the ‘wordpress使用经验’ Category

WordPress displayed summary in homepage and Categories page

20 May
I find it have two ways to Solve this problem. 1. find you template file name “index.php” Look for a php code like the_content(‘Read more…’); and replace with ......
 

WordPress显示文章摘要

20 May
WorePress显示文章摘要一般有三个方法: 1、使用现成的插件,但是这类插件良好支持中文截断的并不多见,有时还会出现一些所以用起来也不爽; 2、在写文章时使用 标记:(最好是)切换到HTML模式,然后在你要......
 

Wordpress php 分页代码–英文网站用的

10 May
将下面的函数放到你的主题的 functions.php 文件中: function choco_get_theme_path() {  $map = array(   ’Default Scheme’=>’default’,   ’Dark Scheme’=>’......
 

WordPress 的 5 种另类用途

06 May
一个自定义化的 WordPress 能够非常容易处理各种要求,这主要归功于它独一无二的灵活性和一个至今依然在增长的插件库,使得我们能够让 WordPress 去做它本没有要求做的事情。 你可能会不同意我的观点,认为每......