本帖最後由 阿里爹地 於 2011-10-2 06:57 編輯
* f( q$ l R$ L; ^7 i& f2 H7 }$ L3 ~
這個主題相信非常的出名,很多wordpress愛好者都知道!
$ p& `- R8 @. [( U! s" n* l- E7 i7 u$ y
最新版本首頁默認文章顯示第一段內容摘要,我現在想顯示全文,可是技術比較差,刪減修改了一些代碼好像沒用!" V9 r0 T8 C% Q A/ [3 ? ~; N0 F
4 j9 t$ m, ?6 S( ]6 p, h" l7 O3 X所以特地請教朋友們怎麼辦?* [- q# E q; m( G% P: U- h( ~
1 a H, T; {9 o如果哪位童鞋幫我解決了,送本店所有視頻教程!
. o( C" O0 T% @0 F4 ^/ F6 C0 d0 @5 b2 p; U% x# x
主題下載地址:http://www.xiaohanseo.com/wp-content/uploads/2011/06/xiaohan3.zip
2 Q/ p& L+ k0 o, v# A6 a' q3 B$ W2 ~' \' U. y1 B
目前網站效果: http://www.zhuanshen1986.com/
2 t# W4 j0 L3 Z- J
' C# z. Q0 n! V% o首頁index.php代碼如下:- <?php% z1 b8 H6 r l; F2 D2 h
- get_header(); ?>
/ q0 T: f( J6 n9 r' i - <div id="container">" |# {# t9 w. b5 z5 z( I/ r: t9 A
- <div class="content"> d6 X8 y O [( `' v. m0 x0 V& h
- <?php $options = get_option('xiaohan_options');
+ O: s8 w$ j9 O' K - $wbid=$options['notice_content'];2 l# h9 T4 o/ y4 E/ O- F
- query_posts("showposts=1.&cat=$wbid"); if(have_posts()) : while(have_posts()) : the_post(); ?>
. E; @ z: g6 Y T/ G( o - <?php if(get_post_format( $post->ID )=='aside') : ?>) v x& ~+ S8 V) E( H
- <div class="notice">! z& z% G7 A, V
- <div class="t"><a href="<?php the_permalink() ?>"><?php the_title(); ?></a></div>* O+ M( I+ u7 A* C' {
- <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>
. G. ~! [1 S8 E' x1 r - </div>; \: O8 X9 {. N4 i1 `& ~
- <?php endif;?>7 J) k* @' I( ?" M; r0 o
- <?php endwhile;wp_reset_query();?>
! D! v- {; K/ i; ~% t3 Y! F8 j$ p - <?php endif;?>
8 _; c+ e/ |+ X. l% v/ Q - <?php query_posts("$query_string.'posts_per_page=-1'&cat=-$wbid");if(have_posts()) : while(have_posts()) : the_post(); ?>! Y9 p6 s M7 H: S# U
- <?php if(is_sticky()) : ?>/ t7 o3 F$ O5 y) C% _
- <div class="sticky" id="post-<?php the_ID(); ?>">
+ w' x3 E9 \7 W# ] - <h2>[置頂] <a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>: E: {& L% r9 y; y! c% y( {+ z4 u
- </div>
3 j9 \ L, G, p" @. m - <?php elseif(get_post_format( $post->ID )=='') : ?># u3 F0 I8 ~ T
- <div class="post" id="post-<?php the_ID(); ?>">
) O; r% \/ u, F) x' p - <div class="date"><span><?php the_time(__('Y')) ?></span><span class="f"><?php the_time(__('m')) ?>月<?php the_time(__('j')) ?></span></div>( {& y' q6 k1 O: B' O' [2 Q+ _
- <h2><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h2>+ N4 E" l0 b/ Y8 c) P b
- <div class="info">/ M' K+ m+ ?: h" `/ W
- <span class="categories"><?php the_category(','); ?></span>( J5 s9 N0 ~, _4 I
- <span class="tags"><?php the_tags('', ', ', ''); ?></span>: p1 X: u3 _$ A) Y. m/ u9 i
- <?php if ($options['author']) : ?><span class="author"><?php the_author_posts_link(); ?></span><?php endif; ?>; g& B( ?5 Q2 z3 ]1 d9 ?
- <?php edit_post_link(編輯, '','»'); ?>
# A3 T) {, c9 Z& B9 [4 ^ - <span class="comments"><?php comments_popup_link('<em>0</em> Comments', '<em>1</em> Comment', '<em>%</em> Comments', 'Comments off'); ?></span>
0 i* q. Z( [$ Y. x; ^1 _* L: A - <div class="clear"></div>8 Q; [# Z9 o" }0 I
- </div>
4 Y- t. y, Z9 v- M m3 W - <div class="intro">+ h# b! R& R2 O u6 e: C- O
- <?php if(is_category() || is_archive() || is_home() ) {& I1 w5 h6 Y2 B9 ~$ x
- the_excerpt();
" C( l/ _6 |' _5 g9 I/ k - } else {2 d' r4 [3 X+ A2 k' q
- the_content('Read the rest of this entry »'); 3 F6 T% C! q7 b0 T5 E2 S. f
- }
* S2 P: |, m' O4 ^0 ~ - ?>
2 ^9 Z% J" s4 F9 W) h- _1 X - </div>
* p3 ]+ N' C' y4 C - </div>- q# \ T, G+ X8 ~( S( ]5 l
- <?php endif; ?># N$ \; b; {& F' p: E' `
- <?php endwhile;else : ?>
: f' f% Z3 Z# `7 X$ R - <div class="errorbox">
& x# t: F& @$ l1 r' ^9 G - <?php _e('Sorry, no posts matched your criteria.', 'xiaohan'); ?>
# j: z: V; e; f o; j; z - </div>
3 g5 J% ]7 U' w& P - <?php endif; ?>% L* B9 t1 [4 e1 ~& ~. g% s
- <?php xiaohan_pagination($query_string); ?>
% l& L! R) N: f: I- @$ c* I - <div class="clear"></div>
" m9 @; Q: ~4 W* V, U1 _' u - </div><!-- #content --> `! N' s9 o7 A* Y9 [ n' v6 T
- <?php include_once("sidebar.php"); ?>& B( d) A i8 Z! Z
- </div><!-- #container -->2 X( P" |! q3 w4 }4 C
- <?php get_footer(); ?>
5 U3 ]7 j( b' E7 } s/ q, w
複製代碼 |
|