the_comments_navigation

函式
the_comments_navigation ( $args = array() )
引數
  • (array) $args See get_the_comments_navigation() for available arguments. Default empty array.
    Required:
    Default: array()
定義位置
相關方法
get_the_comments_navigationthe_comments_paginationthe_posts_navigationthe_post_navigationget_the_comments_pagination
引入
4.4.0
棄用
-

the_comments_navigation – 這個函式用於輸出一個文章的評論部分的導航連結。它用於有多頁評論的情況下。

如果適用的話,顯示導航到下一個/上一個評論集。

Plain text
Copy to clipboard
Open code in new window
EnlighterJS 3 Syntax Highlighter
function the_comments_navigation( $args = array() ) {
echo get_the_comments_navigation( $args );
}
function the_comments_navigation( $args = array() ) { echo get_the_comments_navigation( $args ); }
function the_comments_navigation( $args = array() ) {
	echo get_the_comments_navigation( $args );
}

常見問題

FAQs
檢視更多 >