[php]
<form method="get" id="searchform" action="<?php bloginfo('url'); ?>">
<input type="text" value="<?php the_search_query(); ?>&qu…
<?php //トップページ以外の場合にnot_homeクラスを追加 $body_class = ""; if ( !is_front_page() ) { $body_class .= ' not_home'; } ?> <body id="top" <?php body_class( $body_class ); ?>>
この投稿へのコメント
コメントはまだありません。