echo get_the_excerpt();
で抜粋の内容を取得できる。
ヘッダーに
<meta name="description" content="<?php echo get_the_excerpt(); ?>">
と書けばメタ ディスクリプションが表示される。
echo get_the_excerpt();
で抜粋の内容を取得できる。
ヘッダーに
<meta name="description" content="<?php echo get_the_excerpt(); ?>">
と書けばメタ ディスクリプションが表示される。