Home 게시판 커뮤니티 Q&A 푸터 관련 질문할게요 ㅠ

1개 답변, 2 voices Last updated by Avatar of Chris DevChris Dev 8 years, 3 months 전
  • Avatar of tae un kimtae un kim
    Participant
    @needsanta
    #39850

    <?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’ ); ?>

    <?php get_sidebar( ‘footer’ ); ?>


    <!– #page –>
    <?php wp_footer(); ?>
    </body>
    </html>

     

    여기서 어떤 부분을 만져야 테마이름과 워드프레스 이름을 지울수 있나요 ??ㅠ

    Avatar of Chris DevChris Dev
    Moderator
    @chris_dev
    #39851

    안녕하세요
    느낌상으로 <?php do_action( ‘colormag_footer_copyright’ ); ?>

    일 가능성이 있어 보입니다.

    Avatar of Chris Dev
    lives in Sydney.


2 글 보임 - 1에서 2 까지 (총 2 중에서)
  • 답변은 로그인 후 가능합니다.