本帖最後由 阿里爹地 於 2011-10-2 06:57 編輯
9 S4 P: I$ N8 n' I
: R3 E& N0 U1 z這個主題相信非常的出名,很多wordpress愛好者都知道!$ ?6 [4 j* Z+ X1 s6 e
2 Z% b& F' |7 c* S+ B8 [. D7 i1 C
最新版本首頁默認文章顯示第一段內容摘要,我現在想顯示全文,可是技術比較差,刪減修改了一些代碼好像沒用!
2 I/ n) q( [1 h5 m2 s3 U8 w% ~7 W2 ]
所以特地請教朋友們怎麼辦?3 D- z u1 v. _, n* b, D2 a) u8 ~
" }+ Y4 O; }% e. e; F* M3 [
如果哪位童鞋幫我解決了,送本店所有視頻教程!" h2 B0 b2 Z+ u2 H6 f( A: Y1 e2 S/ A1 q
- s; Q# t' x. B8 C/ e主題下載地址:http://www.xiaohanseo.com/wp-content/uploads/2011/06/xiaohan3.zip
7 R2 D+ N( x9 w
' K- N. O8 x8 P目前網站效果: http://www.zhuanshen1986.com/& r% @3 N/ O5 n+ Q( _
' V# ^0 _! S! ^首頁index.php代碼如下:- <?php9 D. y2 E& b6 m) Z* i1 ^
- get_header(); ?>
, _+ L/ H% \0 J- u4 v6 X1 i - <div id="container">- N% P7 h& g6 y( T) ?/ e" A
- <div class="content">( ]6 U' N% X* [- T: y
- <?php $options = get_option('xiaohan_options');
, I! F* c2 B/ J0 ^* U - $wbid=$options['notice_content'];2 F1 I0 K3 h! d/ Z, F
- query_posts("showposts=1.&cat=$wbid"); if(have_posts()) : while(have_posts()) : the_post(); ?>! H" R: E0 y& r. K4 I6 S
- <?php if(get_post_format( $post->ID )=='aside') : ?>
0 [5 |7 M& v! w) _ - <div class="notice">+ |& r$ K6 Q/ {. g
- <div class="t"><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></div>$ R; C1 w. O! G
- <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>
* \6 L. q- E' Y; ~1 S$ N3 \ - </div>
- Z3 s( {& U6 H: Z1 \* n7 s - <?php endif;?>
+ N+ t0 E3 ^- z9 s' f3 H - <?php endwhile;wp_reset_query();?>
" A% G" O* Q8 l; T - <?php endif;?>
% C" U/ ]) t1 U6 K* v/ x! W. R; N - <?php query_posts("$query_string.'posts_per_page=-1'&cat=-$wbid");if(have_posts()) : while(have_posts()) : the_post(); ?>' Z# x! w, N) m9 R5 Q- R. `$ i
- <?php if(is_sticky()) : ?>
9 T6 I2 f3 F" ]3 X - <div class="sticky" id="post-<?php the_ID(); ?>">
}' A; F) I7 P! P - <h2>[置頂] <a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
& [/ a, \% J/ M& E0 }' M - </div>$ k' v* e( d1 z2 F% l) X
- <?php elseif(get_post_format( $post->ID )=='') : ?>
% s2 D4 [: r* ^6 d) [1 h - <div class="post" id="post-<?php the_ID(); ?>">
: I1 g! a5 a, a e+ n - <div class="date"><span><?php the_time(__('Y')) ?></span><span class="f"><?php the_time(__('m')) ?>月<?php the_time(__('j')) ?></span></div>
0 i) g+ z; E! Q - <h2><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>9 }( W% D; L/ c5 o* r' w" Q9 r
- <div class="info">
6 H% k5 [+ A" j; V8 T) S) o4 S4 ^ - <span class="categories"><?php the_category(','); ?></span>/ I/ O' |5 i- F" a- t
- <span class="tags"><?php the_tags('', ', ', ''); ?></span>
7 I7 e- z/ o9 J1 ]4 o6 r/ a( d0 D; v - <?php if ($options['author']) : ?><span class="author"><?php the_author_posts_link(); ?></span><?php endif; ?>
b) C$ d4 z+ S& K - <?php edit_post_link(編輯, '','»'); ?>
4 g C7 H- ?1 l3 M# b6 @- v - <span class="comments"><?php comments_popup_link('<em>0</em> Comments', '<em>1</em> Comment', '<em>%</em> Comments', 'Comments off'); ?></span>
) O, C# B, q( g1 S# d" W2 R. e7 I - <div class="clear"></div>* y% [" z9 L2 a6 p# X
- </div>9 \0 y$ o6 t! b5 Y; P3 Z
- <div class="intro">9 q# j. W8 T5 Z
- <?php if(is_category() || is_archive() || is_home() ) {( h5 B5 @ g+ N# j
- the_excerpt();
; M* |5 @ p2 b9 J8 O& K - } else {
+ a1 z2 s, X( ^9 Y5 u - the_content('Read the rest of this entry »');
/ p3 r. b1 b7 f1 N& ]/ p) I - }
. G% r/ L! l$ L d* f0 e9 m1 c - ?>
+ [) K! V* P2 _% q) B* A' { G- j5 ] - </div>
, I5 D6 U( y+ K: \ - </div>
2 i: A& M5 z8 r7 l8 p - <?php endif; ?>
7 a1 c6 V" E" V( c! L7 r - <?php endwhile;else : ?>
( Y1 B$ N# `: X3 ~" ^ - <div class="errorbox">& ?8 i# F% S. L5 k4 x+ ~
- <?php _e('Sorry, no posts matched your criteria.', 'xiaohan'); ?>
! e1 E7 z8 n0 z7 i/ E5 \ - </div>
- R) i, p$ r! N4 h2 ] - <?php endif; ?>
# O( {+ i6 y6 l/ k6 W& n/ ? - <?php xiaohan_pagination($query_string); ?>
% b7 S% C4 ~8 N, ~ - <div class="clear"></div>. ]: F" u+ \& l9 ^0 F
- </div><!-- #content -->
' l. O1 Y+ U6 w/ G& {9 N# D+ i - <?php include_once("sidebar.php"); ?>3 c$ u2 @* g% a) j- G
- </div><!-- #container -->/ L- M+ V) i3 F) s l! E9 u
- <?php get_footer(); ?>
( q) G* d, s; _* [: E8 S7 `
複製代碼 |
|