本帖最後由 阿里爹地 於 2011-10-2 06:57 編輯
6 @, {5 ?% y9 P8 R6 Y& z. ~" {( _0 F5 L" h
這個主題相信非常的出名,很多wordpress愛好者都知道!
; y: B$ |+ |# M8 g' w
/ ~3 `9 G9 O4 U: }4 e/ ?1 T5 @最新版本首頁默認文章顯示第一段內容摘要,我現在想顯示全文,可是技術比較差,刪減修改了一些代碼好像沒用!
9 Y+ k# Z1 Q$ c; f3 c/ k1 {) z* _3 Z# H* L4 i2 _, L
所以特地請教朋友們怎麼辦?$ T `8 j. E/ C* J/ U$ l
1 a" I5 \1 [8 y) G& z" C0 z& h如果哪位童鞋幫我解決了,送本店所有視頻教程!
1 w# i2 e1 L- o+ r/ T) e! ?6 P9 R" L( y
主題下載地址:http://www.xiaohanseo.com/wp-content/uploads/2011/06/xiaohan3.zip
% h2 \* I8 h+ ~( x: u& d
1 i/ x6 ^( K; L) I% B [8 L目前網站效果: http://www.zhuanshen1986.com/( G- w F" J' ]
" O9 e. M* z u# I
首頁index.php代碼如下:- <?php5 H5 `1 f8 z( [: A+ S2 e$ a0 B/ K4 i
- get_header(); ?>
2 p( `7 ~" s- z" E; B2 k, V1 I% D - <div id="container"> R2 i$ c2 O8 r8 G$ A& H' a8 m: W
- <div class="content">
2 M V# B2 H& ~) }4 T* @$ J+ @ - <?php $options = get_option('xiaohan_options');
, [' F# n3 b/ E4 j* {+ p' @ - $wbid=$options['notice_content'];
( y2 x d! n1 `& [' [8 B% g9 u+ S - query_posts("showposts=1.&cat=$wbid"); if(have_posts()) : while(have_posts()) : the_post(); ?>6 v% a* k0 s0 O$ X0 \8 _
- <?php if(get_post_format( $post->ID )=='aside') : ?>
/ \5 Z7 V1 Z, S( L1 H - <div class="notice">
m; `0 T. [, l$ T - <div class="t"><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></div>
/ T3 h' g2 d% Z5 w5 H4 M; I3 S - <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 V9 u. |1 N% f" B5 j d8 F - </div>& _2 ?0 d4 p$ t( U$ Y
- <?php endif;?>* ^9 w8 K' ]! E0 J/ s
- <?php endwhile;wp_reset_query();?>
2 n) ?/ k5 A( ^6 j/ k - <?php endif;?>
* X, N6 H# m2 D7 T* h - <?php query_posts("$query_string.'posts_per_page=-1'&cat=-$wbid");if(have_posts()) : while(have_posts()) : the_post(); ?>) K& ^1 ~' h* I
- <?php if(is_sticky()) : ?>
1 }; k' D8 k* v2 A y! P% ? - <div class="sticky" id="post-<?php the_ID(); ?>"># o) ?# \$ l+ r" K& p$ ~
- <h2>[置頂] <a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2># l) O. A8 W& |9 g% V" y- W
- </div>
) h5 T; K, C! n2 I2 ?9 \ - <?php elseif(get_post_format( $post->ID )=='') : ?>. e( G8 ?* v# ]8 ~# ?) o% `& j
- <div class="post" id="post-<?php the_ID(); ?>">( ?" ?. c2 P# s. w3 U
- <div class="date"><span><?php the_time(__('Y')) ?></span><span class="f"><?php the_time(__('m')) ?>月<?php the_time(__('j')) ?></span></div>
, p0 l( _/ D. P1 J6 u- C8 s - <h2><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>
2 E9 e7 m, e! ^0 o - <div class="info">! ?/ b) d( c+ P# y2 w7 y
- <span class="categories"><?php the_category(','); ?></span>: Y+ a- m: L2 ?4 s
- <span class="tags"><?php the_tags('', ', ', ''); ?></span>
8 {1 }$ \5 K3 m+ M/ H - <?php if ($options['author']) : ?><span class="author"><?php the_author_posts_link(); ?></span><?php endif; ?>
2 E# m: {3 @$ [ - <?php edit_post_link(編輯, '','»'); ?>9 a1 |, A2 Q1 z- W4 s
- <span class="comments"><?php comments_popup_link('<em>0</em> Comments', '<em>1</em> Comment', '<em>%</em> Comments', 'Comments off'); ?></span>
: B- D; J4 g' @4 S - <div class="clear"></div>: J; L2 g) H$ K% B9 Z
- </div>
. s( E0 W8 y& W/ n* s9 j - <div class="intro">
@, e& y' {6 N - <?php if(is_category() || is_archive() || is_home() ) {. Z, Q( s3 ]) Q3 l" a+ a
- the_excerpt();
3 N, |5 @' S. N - } else {/ l, M8 _2 S3 C5 F8 i, s0 H
- the_content('Read the rest of this entry »');
, J4 X; J( ^0 V: \ - }
3 p0 l' @3 Z' p) E, R: K+ Z+ x; I5 K4 T - ?>6 ^! O0 c' ~% Z, Y% V
- </div>$ o+ r( C. A& U2 b) T3 K' e% E6 |
- </div>
1 c7 R# [6 [5 B5 K. [& b - <?php endif; ?>7 ^ o% ]/ P! J- g' B2 w1 O" M
- <?php endwhile;else : ?># |+ n9 ^$ s) h- F0 H/ s; O
- <div class="errorbox">
& S B3 J4 F8 y0 ~& D2 o# R9 e) V - <?php _e('Sorry, no posts matched your criteria.', 'xiaohan'); ?>
8 A$ g$ L; U- O$ m# @) {2 _" i( Q - </div>
4 F d2 r/ }% r9 h: ~2 Y6 P* x - <?php endif; ?>9 ?; W6 |6 M) g& j) V
- <?php xiaohan_pagination($query_string); ?>5 \% ]8 T% y A- i/ |" J/ F, X
- <div class="clear"></div>0 e4 S: h& Y! T
- </div><!-- #content -->9 ?0 l( K( X$ o4 J
- <?php include_once("sidebar.php"); ?>
7 |) a. m- B3 t" e U6 G - </div><!-- #container -->
. |6 T6 {' ~4 w1 u( W - <?php get_footer(); ?>: b5 N- B# j' N" U; V1 W
複製代碼 |
|