私のヘッダーテーマファイルでは、コメントページの総数を取得しようとしています。
私はこれを試しました:
echo get_comment_pages_count();
echo get_comment_pages_count(get_the_ID());
このコードを「comments.php」テーマ ページに配置すると、動作します。
私の目的は、ヘッダーに「noindex」タグを追加することです。
最新のコメントは最大コメント ページにあります。他のページと重複するコンテンツを見たくありません。
例 :
Page 1 => noindex
Page 2 => noindex
Page 3 => noindex
Page 4 => ok
ヘッダーと関数のテーマ ページでは、この関数は 0 を返します: get_comment_pages_count();