<?php
/**
* Theme Footer Section for our theme.
*
* Displays all of the footer section and closing of the #main div.
*
* @package ThemeGrill
* @subpackage ColorMag
* @since ColorMag 1.0
*/
?>
<!– .inner-wrap –>
<!– #main –>
<?php if ( is_active_sidebar(‘colormag_advertisement_above_the_footer_sidebar’) ) { ?>
<?php } ?>
<?php do_action( ‘colormag_before_footer’ ); ?>
<i class=”fa fa-chevron-up”>
<!– #page –>
<?php wp_footer(); ?>
</body>
</html>
여기서 어떤 부분을 만져야 테마이름과 워드프레스 이름을 지울수 있나요 ??ㅠ