Home 게시판 커뮤니티 Q&A 홈페이지의 헤더 메시지 바꾸려고 HTML5편집하려면 어디로 들어가야하는지요? Description tag도욥

1개 답변, 2 voices Last updated by Avatar of Matthew ParkMatthew Park 9 years, 6 months 전
  • Avatar of 조장희조장희
    Participant
    @mediartism
    #26738

    안녕하세요. 얼마전부터 책을 구입하여 독학으로 워드프레스를 시작한 사람입니다.
    독학을 하려니 혼자 해결하기 힘든 부분들이 있어 여기에 질문을 올립니다.

    Avatar of Matthew ParkMatthew Park
    Moderator
    @hackya
    #26740

    header.php 여시고

     

    your codes

    // Add the blog description for the home/front page.

    $site_description = get_bloginfo( ‘description’, ‘display’ );

    if ( $site_description && ( is_home() || is_front_page() ) )

    echo ” | $site_description”;

    your codes

    이 부분

    Avatar of Matthew Park
    Attorney, front-end developer, digital media artist, WordPress enthusiast, & a father of 4 wonderful children.

    Lives in Colorado.

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