WordPressのウィジェットに個別のid,classを設定して、違うデザインを適用したい場合は、functions.php内でサイドウィジェットを有効にする設定項目の「before_widget」の箇所を以下のように変更します。
[php]register_sidebar(array(
'name' => 'side-widget',
'before_wid…
update_field( 'フィールド名', '値', $post_id );参考 : https://developers.wano.co.jp/1373/
graffiti on the web
この投稿へのコメント
コメントはまだありません。