[php]
<a href="<?php echo get_permalink('75'); ?>">お問い合わせ</a>
[/php]
<?php //トップページ以外の場合にnot_homeクラスを追加 $body_class = ""; if ( !is_front_page() ) { $body_class .= ' not_home'; } ?> <body id="top" <?php body_class( $body_class ); ?>>
<?php //トップページ以外の場合にnot_homeクラスを追加 $body_class = ""; if ( !is_front_page() ) { $body_class .= ' not_home'; } ?> <body id="top" <?php body_class( $body_class ); ?>>
この投稿へのコメント
コメントはまだありません。