관리-도구
편집 파일: footer-content.php
<?php defined( 'ABSPATH' ) || die( "Can't access directly" ); global $footer_content; $fc = get_page($footer_content); debug($fc,"blue"); if ($fc): ?> <div class="f-content"> <h1></h1> </div> <?php endif;