2010-11-22 87 views

回答

7

你甚至看過Wordpress文檔嗎? 它在這裏: http://codex.wordpress.org/Function_Reference/wp_title

使用它像這樣:

<?php wp_title($sep, $echo, $seplocation); ?>

其中$echo是布爾(真/假)

$呼應 (布爾)(可選)回聲標題(True)或返回標題以用作PHP字符串(False)。

Default: True 

    * 1 (True) - default 
    * 0 (False)