[php]
<a href="<?php echo get_category_link('25'); ?>">よくある質問</a>
[/php]
<?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
この投稿へのコメント
コメントはまだありません。