本帖最後由 阿里爹地 於 2011-10-2 06:57 編輯 - w; O) n/ w. P, m( p3 I. I" D) S
. x- b+ p( N* Z; ^6 [5 D
這個主題相信非常的出名,很多wordpress愛好者都知道!
" X2 T; P0 U$ Z) n1 c
/ M4 ^& g1 e; U最新版本首頁默認文章顯示第一段內容摘要,我現在想顯示全文,可是技術比較差,刪減修改了一些代碼好像沒用!
, O# c, r X E5 x* ~
, ]! M4 G! @' [8 ]9 E所以特地請教朋友們怎麼辦?. r, T. V4 s) o9 X/ m- g
1 S( W2 q, z/ g* g W( S9 e
如果哪位童鞋幫我解決了,送本店所有視頻教程!
" z9 V$ d" a& B/ Y( ^( V5 \
. H4 q! }3 _- m, W z主題下載地址:http://www.xiaohanseo.com/wp-content/uploads/2011/06/xiaohan3.zip
: f5 h- S4 c# c2 c' p: z4 r2 T/ O- P& e2 z
目前網站效果: http://www.zhuanshen1986.com/$ h/ b" v: V4 N h
* j" I8 S8 W4 F$ W4 W P) r首頁index.php代碼如下:- <?php+ ]+ s# B" z: H1 M& v# q2 j; Q
- get_header(); ?>* z) t4 d5 V4 J' Z* o5 K7 U' R
- <div id="container">8 a& o4 C. l n- G
- <div class="content"># ~5 T6 e- r9 b; \
- <?php $options = get_option('xiaohan_options');/ L$ Z$ O- i" R( \; G( S8 K; v- [
- $wbid=$options['notice_content'];
# S* K1 ?$ A ^6 K* p; T2 b - query_posts("showposts=1.&cat=$wbid"); if(have_posts()) : while(have_posts()) : the_post(); ?>
% T, G/ o @6 x! P0 _* t- ] - <?php if(get_post_format( $post->ID )=='aside') : ?>
3 W+ {( l& `" p9 c6 V - <div class="notice">) [: x4 }! J' v+ H! n
- <div class="t"><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></div>6 p' n; w6 e* t. ?3 Z2 P
- <div class="r"><span><?php the_time(__('m-d h:s')) ?></span><span class="com"><?php comments_popup_link('評論(<em>0</em>)', '評論(<em>1</em>)', '評論(<em>%</em>)', '評論關閉'); ?></span></div>
' O! e0 l, j2 g - </div>
4 U5 t8 F+ `9 @/ T6 N. a# p/ v# q# M - <?php endif;?>; x$ S8 `* b! c4 E; c; R" L" b9 Z: q
- <?php endwhile;wp_reset_query();?>5 A( N8 }5 u5 U8 l7 _6 X" L. I2 a
- <?php endif;?>
; a. E* ~, C6 w - <?php query_posts("$query_string.'posts_per_page=-1'&cat=-$wbid");if(have_posts()) : while(have_posts()) : the_post(); ?>; ?, G: k: f4 l" a
- <?php if(is_sticky()) : ?>
5 A7 E1 c2 J! C0 G - <div class="sticky" id="post-<?php the_ID(); ?>">9 D% g3 S6 }* E2 ^3 s6 E
- <h2>[置頂] <a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
* u. O( y3 j( |) i8 }! }$ ^ - </div>+ ^& V$ p0 q6 ^4 R, N1 s
- <?php elseif(get_post_format( $post->ID )=='') : ?>
2 K8 w; j# d3 { - <div class="post" id="post-<?php the_ID(); ?>">7 e/ [8 v" ~& |8 x+ Y( ?
- <div class="date"><span><?php the_time(__('Y')) ?></span><span class="f"><?php the_time(__('m')) ?>月<?php the_time(__('j')) ?></span></div>8 |/ [) T" `5 b) Q6 s% I" ^0 n
- <h2><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>5 q9 O, ~ b7 h3 @4 W
- <div class="info">% r6 |7 q: G) [) I+ B: Y5 z
- <span class="categories"><?php the_category(','); ?></span>
$ m" o3 @$ \. B( T5 {" ]8 i1 F# } - <span class="tags"><?php the_tags('', ', ', ''); ?></span>
; {! R) o) |1 G - <?php if ($options['author']) : ?><span class="author"><?php the_author_posts_link(); ?></span><?php endif; ?>
- B9 D0 \6 C8 n3 y6 c- k - <?php edit_post_link(編輯, '','»'); ?>( T5 e* r, J/ V6 b# c$ R
- <span class="comments"><?php comments_popup_link('<em>0</em> Comments', '<em>1</em> Comment', '<em>%</em> Comments', 'Comments off'); ?></span># V. Y" H; @* B, D/ e8 C/ Z/ B
- <div class="clear"></div>+ S$ _& J) _! ^4 z/ r. m1 A
- </div> E6 w- W4 R) d, w7 Y
- <div class="intro">1 ~2 o$ d. Q6 ]
- <?php if(is_category() || is_archive() || is_home() ) {$ c8 Q- m+ `: g( R( v6 M \! Q
- the_excerpt();/ d9 B1 ~ v+ s1 \
- } else {1 J( c3 P) B# W4 M N
- the_content('Read the rest of this entry »'); ; i# }1 I& F1 O, _) o
- } . N& [9 d. E; m, c
- ?>; c5 U% Q! }8 K% b! g' W9 |
- </div>: N/ x9 d. B, G3 L% }4 i k$ C
- </div>
0 [: t# j/ W ]* v0 l1 S, w - <?php endif; ?>0 q& D! [! J& ]7 l) B
- <?php endwhile;else : ?>5 f1 k7 B2 H9 N6 _) n
- <div class="errorbox">; \4 z- i# G7 {0 L0 G
- <?php _e('Sorry, no posts matched your criteria.', 'xiaohan'); ?>& @ o2 N" N$ _) o
- </div>) K+ _1 u* V( _, v8 `
- <?php endif; ?>: a8 K+ D* G6 x Q* x: W' l/ O5 z' }
- <?php xiaohan_pagination($query_string); ?>. F% y. e$ A& H5 Y3 v9 M4 h; l
- <div class="clear"></div>
5 D& H& G. m' r1 H4 i - </div><!-- #content -->
& `$ O8 D7 s: G5 d c% a3 } - <?php include_once("sidebar.php"); ?>4 x8 a! ^. [4 s4 U0 W
- </div><!-- #container -->
8 P, e6 K( I" U" F9 F - <?php get_footer(); ?>4 m. m1 e2 t5 @! Y g2 d% c
複製代碼 |
|