add_filter( 'generate_sections_sidebars','__return_true' );
В настройках шаблона - Customize > Layout > Footer
В коде
add_filter( 'generate_copyright','tu_custom_copyright' ); function tu_custom_copyright() { ?> Your new message in here. You can add anything you want, including PHP and HTML. <?php }
Убрать футер
add_action( 'after_setup_theme', 'tu_remove_footer_area' ); function tu_remove_footer_area() { remove_action( 'generate_footer','generate_construct_footer' ); }
Customizer > Layout > Blog > Excerpt > 0