WordPress Plugin Directory - SW PostMeta
記事・ページ毎にMETAタグのkeywordsとdescriptionを登録するプラグイン。 投稿ページ(管理ページ)から記事と同時に登録することができます。 テンプレートから呼び出した際、未設定の場合(空での登録は可能。過去の記事などの場合)は、デフォルト値を表示します。
ME 2.5.1
// keywordsを取得 sw_getMetaKey(post_id, print); // descriptionを取得 sw_getMetaDesc(post_id, print)
<meta name="keywords" content="<?= sw_getMetaKey($post->ID) ?>" /> <meta name="description" content="<?= sw_getMetaDesc($post->ID) ?>" />