Archive

Archive for May, 2010

如何限制文章标题的字数

Willper Wordpress May 30th, 2010 3 条评论

最近好几个朋友问我首页和分类页面如何限制文章标题的字数
我整理了下,发出来,大家可以试一下
在functions.php最后加入以下代码

<?php

function excerpttitle($max_length) {
$title_str = get_the_title();
if (mb_strlen($title_str,’utf-8′) > $max_length ) {
$title_str = mb_substr($title_str,0,$max_length,’utf-8′).’…’;
}
return $title_str;
}?>

Read more…

Gandi域名转移教程

Willper 域名优惠 , , May 17th, 2010 3 条评论

两天内放出,各位朋友请稍等…
如果你是从我这购买的域名,请登陆后台查看域名注册日期
注册满60天才可以转出
请即刻联系我