本帖最後由 非常小黑 於 2013-10-15 00:05 編輯 % e8 M4 _6 Z$ q( J& T
/ F6 D, O" Y* D8 y默認的列表頁,顯示的文章,都是全部文章(或者摘要)
2 m: m, [0 e5 r: r怎麼修改才能只顯示post標題列表?
7 H0 r9 M* k* x9 n7 t. X( Jcategory.php這個文件代碼如下:- get_header(); ?>- U- }" E; B K
- 3 x0 o, d/ n N+ m
- <section id="primary" class="site-content">; I, h& @) X1 X/ l& w T# ^. R
- <div id="content" role="main">
% C) m1 v3 G; V8 J3 y- _1 v - l5 t8 c5 P h1 X
- <?php if ( have_posts() ) : ?>
( ^, ^' u5 f$ W - <header class="archive-header">
, ~4 o5 A1 q# E% d - <h1 class="archive-title"><?php printf( __( 'Category Archives: %s', 'twentytwelve' ), '<span>' . single_cat_title( '', false ) . '</span>' ); ?></h1>) n. g1 k _6 N+ i
: P) p( R/ J1 c. ]- d$ o: E. s D1 W. H4 N+ U- <?php if ( category_description() ) : // Show an optional category description ?>9 ~5 A7 q& G! {. j! k+ J2 p; X; l
- <div class="archive-meta"><?php echo category_description(); ?></div>$ e- R! {6 I& T3 t" a a
- <?php endif; ?>. ~) R( k6 E) T; y+ c( l
- </header><!-- .archive-header -->& @! L! T, \ F$ D* E# c
- ; E/ O/ G N3 p' U( ]
- <?php" ?7 X* Q! K# ], i) F- l7 m
- /* Start the Loop */: b8 n' w& c! i2 F) F& w- z
- while ( have_posts() ) : the_post();
2 {- g( Y2 Z! G( O% b( g
3 `3 R, ]. l* q0 {- /* Include the post format-specific template for the content. If you want to
( x5 d1 j' S, K2 U8 }- F2 i" M - * this in a child theme then include a file called called content-___.php
! D$ N3 v7 W/ ~5 U+ |4 P. N - * (where ___ is the post format) and that will be used instead.
: m+ L5 m* R; v( d - */
$ a& w0 D- T4 X R5 e) Y - get_template_part( 'content', get_post_format() );& O; w. A5 G7 U) y, C5 D1 H
-
7 O- o. F; G+ R) c
7 E4 H) J, I6 }- endwhile;
I. Y% ]& T0 K5 Z1 P - . M- J& A4 a+ Q, x
- twentytwelve_content_nav( 'nav-below' );) r* S k( J5 k3 a" F- S
- ?>
' Q0 q% T ^9 k% @" a
# d8 ? W, x- @" d- <?php else : ?>
; O4 Z( D8 L9 B' { - <?php get_template_part( 'content', 'none' ); ?>' i9 w2 h- M* ]9 o$ q' @
- <?php endif; ?>
4 r+ ]4 v" r1 Q' o4 d% R( P6 w - $ U( d1 Q$ n( m# ~' v% d% X9 `
- </div><!-- #content -->
( b3 B' E9 o9 ], G - </section><!-- #primary -->+ f4 i' y0 U( I$ M1 J9 V! N" `
; Y/ W- P' I" i6 s6 S. I! W5 P- <?php get_sidebar(); ?>
: g7 w. j/ T, w! x - <?php get_footer(); ?>
複製代碼 get_template_part( 'content', get_post_format() )
0 V& M: n9 Z6 t# l0 R7 q應該是post的格式吧?
' ~( e6 _: y1 S5 ^, J6 I: j2 ~3 r然後我在content.php裡面,找啊找,沒找到對應的 if is_category() 這個判斷。
1 G5 h, f0 w) `4 l* F5 w9 g那麼我傻了。。。 ~! e; |; x+ x
各位神出來幫忙啊。
+ F6 X: E5 w* U8 u3 G) b( _3 {/ J% K7 c' w- i9 N- h
( [' A2 U L* O/ X& n7 A7 ]
|