function utf8_trim($str) { $len = strlen($str); for ($i=strlen($str)-1; $i>=0; $i-=1){ $hex .= ' '.ord($str[$i]); $ch = ord($str[$i]); if (($ch & 128)==0) return(substr($str,0,$i)); if (($ch & 192)==192) return(substr($str,0,$i)); } return($str.$hex); } function mul_excerpt ($excerpt) { $myexcerpt = substr($excerpt,0,500); return utf8_trim($myexcerpt) . '... '; } add_filter('the_excerpt', 'mul_excerpt'); add_filter('the_excerpt_rss', 'mul_excerpt');
2010年12月15日 星期三
test blogger syntax highlight
要在 blogger 中顯示程式編 + 編號的語法, 參見: 設定 Blogger 支援 Syntax Highlighting 功能…
訂閱:
文章 (Atom)