-
익명손님@2007/01/12 3:58 오전 #2455
포스트 내용을 보면 위에 . . 이전 글과 이후 글 제목이 있는데요 . .
이런 방식말로, 글 제목 리스트가 나오게 할 순 없나요?
한꺼번에 글제목을 열람할 수 없으니까 , .
일일이 포스트를 다 지나가야하는 것 같더군요.
너무 힘든데 . .
태터툴즈처럼, . 카테고리나 archive를 클릭하면 글목록이 나오게 하는 방법 알고 계신분 안 계신지. . .
아무리 뒤져봐도 . . 그렇게 해 놓으신 분은 못찾겠더라구요. .2007/01/12 7:22 오전 #2456조금 아래에 유사한 질문이 있어서 그곳에 답변을 달아 두었습니다. 🙂
2007/01/12 7:22 오전 #2458조금 아래에 유사한 질문이 있어서 그곳에 답변을 달아 두었습니다. 🙂
익명손님@2007/01/12 12:48 오후 #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(); ?>
익명손님@2007/01/12 12:48 오후 #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(); ?>
-
AuthorPosts
- 답변은 로그인 후 가능합니다.