本帖最後由 阿里爹地 於 2011-10-2 06:57 編輯 ' C8 m" b, Q% x. u+ T* P I+ u
# \1 |- O# Z: M; n" l這個主題相信非常的出名,很多wordpress愛好者都知道!/ ?! e( k( W2 {$ L5 N& {
w+ d8 Z# j! h9 C5 n5 |8 |最新版本首頁默認文章顯示第一段內容摘要,我現在想顯示全文,可是技術比較差,刪減修改了一些代碼好像沒用!
' h0 h* Y. j z) c6 K8 R; g1 k4 Q( q5 ]. X& }
所以特地請教朋友們怎麼辦?0 v5 o3 X( }/ u) x' Z7 W2 s
! t" z( d, u# \* s9 p, @# G( f
如果哪位童鞋幫我解決了,送本店所有視頻教程!9 G9 L! P/ e+ Y) d3 I+ t# w
6 z. {$ W3 K s, b9 e主題下載地址:http://www.xiaohanseo.com/wp-content/uploads/2011/06/xiaohan3.zip3 {& N4 E9 | k6 E
$ j# l7 `; }& s' u$ g* ^; W8 E& y% W3 a目前網站效果: http://www.zhuanshen1986.com/
8 Z+ l0 D7 i! }7 a/ n9 U2 k4 e7 W- b% \$ ^
首頁index.php代碼如下:- <?php3 ^! Y/ L# m1 @2 J: l
- get_header(); ?>
5 n3 U: t9 n' ^" s0 _ - <div id="container">
+ x& l* A- `# R - <div class="content">
0 n1 G% N. _3 I( D. s, A' h - <?php $options = get_option('xiaohan_options');
# X% R# z: x) Y2 A* k, F0 V - $wbid=$options['notice_content'];
, P R0 Q' R. v- m2 G - query_posts("showposts=1.&cat=$wbid"); if(have_posts()) : while(have_posts()) : the_post(); ?>+ r3 _3 b' U& U& B' r
- <?php if(get_post_format( $post->ID )=='aside') : ?>
4 V# p' b3 }# U7 v1 l r9 ` - <div class="notice">
1 l+ M5 A" Z2 i# C - <div class="t"><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></div>
; d+ C/ Q0 P. @( V _ - <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>
: y$ [1 A% e$ d1 y - </div>7 v! a2 X2 ]. }( J
- <?php endif;?>
- D: U4 r) M/ m) o0 M1 i$ v - <?php endwhile;wp_reset_query();?>- `2 K5 w% d. S% X; m
- <?php endif;?># m, x$ V+ v5 C: l: G# i7 x
- <?php query_posts("$query_string.'posts_per_page=-1'&cat=-$wbid");if(have_posts()) : while(have_posts()) : the_post(); ?>0 p' n3 f1 c1 J+ U* y
- <?php if(is_sticky()) : ?>5 i. Q- Y+ x9 M! |7 f% O4 T8 O a( i* s
- <div class="sticky" id="post-<?php the_ID(); ?>">) v' _" d& @9 g3 \8 M6 ^* c
- <h2>[置頂] <a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
1 H( s6 \, ^8 F s - </div>
* N0 O# a- U5 o: x - <?php elseif(get_post_format( $post->ID )=='') : ?>7 s5 X8 p+ P$ W4 I$ d
- <div class="post" id="post-<?php the_ID(); ?>">; ]1 A. K; k5 A5 E" l
- <div class="date"><span><?php the_time(__('Y')) ?></span><span class="f"><?php the_time(__('m')) ?>月<?php the_time(__('j')) ?></span></div>5 }# t* k. ^9 b
- <h2><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
0 h. a5 C' b9 Q0 Y& i1 w3 @2 Q! z3 K$ e - <div class="info">: D" v9 [" N5 q% A& p
- <span class="categories"><?php the_category(','); ?></span>+ T7 Q% }0 L7 u. J. j# z# }
- <span class="tags"><?php the_tags('', ', ', ''); ?></span>5 R3 ]; Y# z% m
- <?php if ($options['author']) : ?><span class="author"><?php the_author_posts_link(); ?></span><?php endif; ?>
$ P, J( t6 Y- Q2 i - <?php edit_post_link(編輯, '','»'); ?>
$ F* H) E- u* V) L9 Y5 U - <span class="comments"><?php comments_popup_link('<em>0</em> Comments', '<em>1</em> Comment', '<em>%</em> Comments', 'Comments off'); ?></span>
% e- V) H; w ^" j" U; c! {+ l8 v2 Y - <div class="clear"></div>
# A4 ^& o4 y# K4 Y' A - </div>
! }! `% u8 r" o7 `) @5 z - <div class="intro">
; ]8 U: q) P" f$ q& Y - <?php if(is_category() || is_archive() || is_home() ) {8 y* O; w1 R! A% _- c
- the_excerpt(); ^. {' r$ D/ i$ w+ h9 C/ {
- } else {
! d4 h; t9 B) e. A - the_content('Read the rest of this entry »');
2 {" ~1 z. B" c - } + d5 t* U+ y6 v2 }3 G
- ?>, a. i- t' u% d. h
- </div>
. E% b8 _9 H! g4 a2 \2 ] - </div>8 |7 [3 x0 C7 M) A7 }/ ?+ D. r; ]
- <?php endif; ?>
# |5 |4 T4 M: q" T8 S. _ - <?php endwhile;else : ?>
8 _# j- ]* |' f9 |8 \2 S! q - <div class="errorbox">
7 @2 K8 G6 f, p( w9 ?. E3 }* |3 B+ K - <?php _e('Sorry, no posts matched your criteria.', 'xiaohan'); ?>6 [- h8 S3 s5 v, u* }2 w4 ?1 P
- </div>
" B( N. I* o' `. O* U- ? - <?php endif; ?>6 l7 H# [& { W3 a
- <?php xiaohan_pagination($query_string); ?>
& ~, W5 c) m3 e8 o2 ^ P - <div class="clear"></div>2 ~2 A6 Q4 p% l: @1 `& d7 Y7 ]
- </div><!-- #content -->* k4 s% N8 u( ~5 k( K
- <?php include_once("sidebar.php"); ?>1 G. _+ |1 d7 V: y; K
- </div><!-- #container -->
# ~9 k% _- b: h+ `( t - <?php get_footer(); ?>
( b) u8 Z8 J$ w7 B) q5 i
複製代碼 |
|