Home 게시판 커뮤니티 Q&A 카테고리나 Archives를 클릭하면 글목록이 나오게 할 순 없나요?

4개 답변, 1 voice Last updated by 익명 17 years, 4 months 전
  • 익명
    손님
    @
    #2455

    포스트 내용을 보면 위에 . . 이전 글과 이후 글 제목이 있는데요 . .
    이런 방식말로, 글 제목 리스트가 나오게 할 순 없나요?
    한꺼번에 글제목을 열람할 수 없으니까 , .
    일일이 포스트를 다 지나가야하는 것 같더군요.
    너무 힘든데 . .
    태터툴즈처럼, . 카테고리나 archive를 클릭하면 글목록이 나오게 하는 방법 알고 계신분 안 계신지. . .
    아무리 뒤져봐도 . . 그렇게 해 놓으신 분은 못찾겠더라구요. .

    Avatar of 082net082net
    Keymaster
    @082net
    #2456

    조금 아래에 유사한 질문이 있어서 그곳에 답변을 달아 두었습니다. 🙂

    https://kopress.kr/forums/topic.php?id=1098

    Avatar of 082net
    Facebook 사용자 모임 그룹 도 함께 운영되고 있으며, 격 주로 미트업과 스터디를 진행하고 있으니 관심 있으신 분들의 많은 참여 바랍니다 🙂
    Avatar of 082net082net
    Keymaster
    @082net
    #2458

    조금 아래에 유사한 질문이 있어서 그곳에 답변을 달아 두었습니다. 🙂

    https://kopress.kr/forums/topic.php?id=1098

    Avatar of 082net
    Facebook 사용자 모임 그룹 도 함께 운영되고 있으며, 격 주로 미트업과 스터디를 진행하고 있으니 관심 있으신 분들의 많은 참여 바랍니다 🙂
    익명
    손님
    @
    #2457

    감사합니다. . . 그런데, 제가 왕초보라서 . . 올려주신 글 읽어봐도 잘 모르겠더군요. . .또 제 파일에는 아무리 찾아도 고쳐야할 부분이 없더군요 . . . 그래서 . . 아래에 파일을 적어보았습니다. . .이 중에서 어느 부분을 고쳐야할지 . . .

    <?php
    /*
    Template Name: Archives
    */
    ?>

    <?php get_header(); ?>

    <div id="wrapper">
    <div id="container" class="narrowcolumn">
    <div id="content">

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

    <div id="post-<?php the_ID(); ?>" class="post">
    <h2 class="post-title"><a href="<?php the_permalink() ?>" title="Permalink to <?php the_title(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
    <!–<div class="post-entry">
    <?php the_content(‘<span class="more">(Continued)</span>’); ?>
    <div style="clear:both;width:45%;padding:0 1em;float:left;">
    <p style="margin-bottom:0;"><strong>Archives</strong></p>
    <ul style="margin-top:0;">
    <?php wp_get_archives(‘type=monthly&show_post_count=1’); ?>
    </ul>
    </div>–>
    <div style="width:45%;padding:0 1em;float:left;">
    <p style="margin-bottom:0;"><strong>Categories</strong></p>
    <ul style="margin-top:0;">
    <?php wp_list_cats(‘sort_column=name&optioncount=1&feed=(RSS)&feed_image=’.get_bloginfo(‘template_url’).’/feed.png&hierarchical=1′); ?>
    </ul>
    </div>
    <?php edit_post_link(‘Edit this page.’, ‘<p style="clear:both;">’, ‘</p>’); ?>
    </div><!– END POST-ENTRY –>
    <!– <?php trackback_rdf(); ?> –>
    </div><!– END POST –>

    <?php endwhile; endif; ?>

    </div><!– END CONTENT –>
    </div><!– END CONTAINER –>

    <?php get_sidebar(); ?>

    </div><!– END WRAPPER –>

    <?php get_footer(); ?>

    익명
    손님
    @
    #2459

    감사합니다. . . 그런데, 제가 왕초보라서 . . 올려주신 글 읽어봐도 잘 모르겠더군요. . .또 제 파일에는 아무리 찾아도 고쳐야할 부분이 없더군요 . . . 그래서 . . 아래에 파일을 적어보았습니다. . .이 중에서 어느 부분을 고쳐야할지 . . .

    <?php
    /*
    Template Name: Archives
    */
    ?>

    <?php get_header(); ?>

    <div id="wrapper">
    <div id="container" class="narrowcolumn">
    <div id="content">

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

    <div id="post-<?php the_ID(); ?>" class="post">
    <h2 class="post-title"><a href="<?php the_permalink() ?>" title="Permalink to <?php the_title(); ?>" rel="bookmark"><?php the_title(); ?></a></h2>
    <!–<div class="post-entry">
    <?php the_content(‘<span class="more">(Continued)</span>’); ?>
    <div style="clear:both;width:45%;padding:0 1em;float:left;">
    <p style="margin-bottom:0;"><strong>Archives</strong></p>
    <ul style="margin-top:0;">
    <?php wp_get_archives(‘type=monthly&show_post_count=1’); ?>
    </ul>
    </div>–>
    <div style="width:45%;padding:0 1em;float:left;">
    <p style="margin-bottom:0;"><strong>Categories</strong></p>
    <ul style="margin-top:0;">
    <?php wp_list_cats(‘sort_column=name&optioncount=1&feed=(RSS)&feed_image=’.get_bloginfo(‘template_url’).’/feed.png&hierarchical=1′); ?>
    </ul>
    </div>
    <?php edit_post_link(‘Edit this page.’, ‘<p style="clear:both;">’, ‘</p>’); ?>
    </div><!– END POST-ENTRY –>
    <!– <?php trackback_rdf(); ?> –>
    </div><!– END POST –>

    <?php endwhile; endif; ?>

    </div><!– END CONTENT –>
    </div><!– END CONTAINER –>

    <?php get_sidebar(); ?>

    </div><!– END WRAPPER –>

    <?php get_footer(); ?>

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