更新 2021 / 4 / 06
ACFのラジオボタンを表示
参考:https://dev-lib.com/advanced-custom-fields-radiobutton/
archive.phpなど
<?php $radiofiled = get_field('label_name'); if($radiofiled) {echo $radiofiled;} ?>
参考:https://dev-lib.com/advanced-custom-fields-radiobutton/
<?php $radiofiled = get_field('label_name'); if($radiofiled) {echo $radiofiled;} ?>