Home 게시판 커뮤니티 Q&A children 카테고리는 제외하고 부모카테고리만 가지고 오려면 ??

2개 답변, 0 voices Last updated by 익명 15 years, 12 months 전
  • 익명
    손님
    @
    #3455

    좀 늦었지만 답변 올립니다. ㅎ

    http://codex.wordpress.org/Template_Tags/wp_list_categories 를 보니깐 wp_list_categories 함수에 다음같은 인자가 있군요.

    depth
    (integer) This parameter controls how many levels in the hierarchy of Categories are to be included in the list of Categories. The default value is 0 (display all Categories and their children). This parameter added at Version 2.5

    * 0 – All Categories and child Categories (Default).
    * -1 – All Categories displayed in flat (no indent) form (overrides hierarchical).
    * 1 – Show only top level Categories
    * n – Value of n (some number) specifies the depth (or level) to descend in displaying Categories

    depth=1 이면 child category는 리스팅 되지 않네요.

    wp_list_categories(‘depth=1’); 정도로 사용하시면 되겠습니다. ㅎ

    익명
    손님
    @
    #3456

    안녕하세요.
    워드프레스 처음 시작합니다.
    이래저래.. 질문이 많네요~

    카테고리를 가지고 올때.. <?php wp_list_categories(‘title_li=’); ?> 를 사용 합니다.
    위와 같이 하니.. children 카테고리까지 모두 가지고 오네요~

    질문 : children 카테고리는 제외하고 부모카테고리만 가지고 오려면 어찌해야 하는지요??

    많은 도움 바랍니다.

    익명
    손님
    @
    #3457

    안녕하세요.
    워드프레스 처음 시작합니다.
    이래저래.. 질문이 많네요~

    카테고리를 가지고 올때.. <?php wp_list_categories(‘title_li=’); ?> 를 사용 합니다.
    위와 같이 하니.. children 카테고리까지 모두 가지고 오네요~

    질문 : children 카테고리는 제외하고 부모카테고리만 가지고 오려면 어찌해야 하는지요??

    많은 도움 바랍니다.

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