2012-07-07 74 views

回答

0

可以使用後節選得到這個職位的描述。(簡短說明)。 例子:

<?php 
$my_excerpt = get_the_excerpt(); 
if ('' != $my_excerpt) { 
    // Some string manipulation performed 
} 
echo $my_excerpt; // Outputs the 
?> 

詳細閱讀,並按照我的源>>http://www.kyowal.com/rsiwal/posts/8196