重複しないWordPressのdescriptionのコードを書いてみました。
おおまかな確認はしていますが、細かいチェックは出来てません・・・m(_ _)m
Gistはこちら
[php]<?php
//descriptionの設定
function set_description(){
global $post;
$content = $post->…
<?php
//トップページ以外の場合にnot_homeクラスを追加
$body_class = "";
if ( !is_front_page() ) {
$body_class .= ' not_home';
}
?>
<body id="top" <?php body_class( $body_class ); ?>>
graffiti on the web
この投稿へのコメント
コメントはまだありません。