ページ内目次

サイトやページのタイトルを表示する

最も頻繁に使われるだろうと思われるのは、サイトのトップへのリンク付きでサイト(ブログ)の名前を表示する場合。

<a href="<?php bloginfo('url'); ?>" title="<?php bloginfo('name'); ?>">
<?php bloginfo('name'); ?>
</a>

これでOK。

では、シングルページや固定ページのタイトルを表示するには。

これは、the_title()っす

 

 

This website stores cookies on your computer. These cookies are used to provide a more personalized experience and to track your whereabouts around our website in compliance with the European General Data Protection Regulation. If you decide to to opt-out of any future tracking, a cookie will be setup in your browser to remember this choice for one year.

Accept or Deny

↑上へまいりま〜す