[php]
<?php
//トップページ以外の場合にnot_homeクラスを追加
$body_class = "";
if ( !is_front_page() ) {
$body_class .= ' not_home';
}
?>
<body id="top" <?php body_class( $body_c…
update_field( 'フィールド名', '値', $post_id );参考 : https://developers.wano.co.jp/1373/
graffiti on the web
この投稿へのコメント
コメントはまだありません。