Home 게시판 커뮤니티 Q&A 저작권에 관련된 footer 수정 오류

1개 답변, 2 voices Last updated by Avatar of 워드크래커워드크래커 6 years, 10 months 전
  • Avatar of billybilly
    Participant
    @doll2319
    #53330

    시드니 테마의 저작권 관련 문구 푸터 수정법을 인터넷 에있는 동영상을 보고 따라 했는데

    에러가 발생해서  꼭 수정해야 하는 저작권 문구 수정 작업을 못하고 있습니다.

    어떤 문제가 있는 걸까요?

    중간에 삽입된 문구 aaaa bbbb는 예문을 넣은 건데 그게 문제가 있는 걸까요?

    감사합니다.

    아래는 참조 자료 입니다.

     

    원본 code

    <?php
    /**
    * The template for displaying the footer.
    *
    * Contains the closing of the #content div and all content after
    *
    * @package Sydney
    */
    ?>


    <!– #content –>

    <?php do_action(‘sydney_before_footer’); ?>

    <?php if ( is_active_sidebar( ‘footer-1’ ) ) : ?>
    <?php get_sidebar(‘footer’); ?>
    <?php endif; ?>

    <i class=”fa fa-angle-up”>



    “><?php printf( __( ‘Proudly powered by %s’, ‘sydney’ ), ‘WordPress’ ); ?>
    |
    <?php printf( __( ‘Theme: %2$s by %1$s.’, ‘sydney’ ), ‘aThemes’, ‘Sydney‘ ); ?>
    <!– .site-info –>
    <!– #colophon –>

    <?php do_action(‘sydney_after_footer’); ?>

    <!– #page –>

    <?php wp_footer(); ?>

    </body>
    </html>

    code

     

     

    수정후 에러나는 code

    <?php
    /**
    * The template for displaying the footer.
    *
    * Contains the closing of the #content div and all content after
    *
    * @package Sydney
    */
    ?>

    <!– #content –>

    <?php do_action(‘sydney_before_footer’); ?>

    <?php if ( is_active_sidebar( ‘footer-1’ ) ) : ?>
    <?php get_sidebar(‘footer’); ?>
    <?php endif; ?>

    <i class=”fa fa-angle-up”>

    aaaaa bbbbbb

    <!– .site-info –>

    <!– #colophon –>

    <?php do_action(‘sydney_after_footer’); ?>

    <!– #page –>

    <?php wp_footer(); ?>

    </body>
    </html>

    code

     

     

     

     

     

     

     

    Avatar of 워드크래커워드크래커
    Participant
    @wordcracker7
    #53331

    시드니 테마의 저작권 정보를 변경하는 방법은 다음 글을 참고해보시기 바랍니다.

     

    https://www.thewordcracker.com/basic/how-to-change-sydeny-copyright-text/

    Avatar of 워드크래커

    • 워드프레스 정보 제공 블로그: Visit
    • 워드프레스와 관련하여 문제 해결이 필요한 경우 문의해주세요.

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