درود;
برای نمایش پستها بصورت پیاپی این مراحل رو انجام دهید:
فایل index.php رو توسط یک ویرایشگر باز کنید و تمامی کدها رو پاک کنید و کدهای زیر رو جایگزین کنید.
<?php get_header(); ?>
<div id="content">
<?php include (TEMPLATEPATH . '/menu.php'); ?>
<?php if(have_posts()): ?><?php while(have_posts()):the_post(); ?>
<div class="entry">
<div class="post" id="post-<?php the_ID(); ?>">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php _e("Permanent Link to","bob"); ?> <?php the_title(); ?>"><?php the_title(); ?></a></h2>
<small><?php _e("Written by","bob"); ?> <?php the_author() ?> <?php _e("on","bob"); ?> <abbr title="<?php the_time(__('Y-m-d\TH:i:sO',"bob")); ?>"><?php unset($previousday); printf(__('%1$s – %2$s'), the_date('', '', '', false), get_the_time()) ?></abbr> - <?php if(function_exists('the_views')) { the_views(); } ?> </small>
<div class="line"></div>
<?php the_content(__('Read the rest of this entry »',"bob")); ?>
<div class="postinfo"><img src="<?php bloginfo('template_directory'); ?>/i/cm.gif" alt="comment" /> <?php comments_popup_link(__('No Comments',"bob"), __('1 Comment',"bob"), __('% Comments',"bob")); ?> | <?php _e("Posted in","bob"); ?> » <?php the_category(', ') ?> <?php edit_post_link(__('| Edit',"bob"), '', ' | '); ?> </div>
</div>
</div>
<?php endwhile; ?>
<?php endif; ?>
<div class="googleads1">
<?php _e("put your ads here","bob"); ?>
</div>
<div class="navigation">
<div class="alignleft"><?php next_posts_link(__('« Previous Entries',"bob")) ?></div>
<div class="alignright"><?php previous_posts_link(__('Next Entries »',"bob")) ?></div>
</div>
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>
برای بزرگتر کردن اندازه فونت متن پستها فایل style.css رو باز کنید. به دنبال :
#content{width:525px;float:left;line-height:140%;margin:0 auto;padding:0;}
بگردید. و کد زیر را جایگزین کد بالا کنید:
#content{font-size:12px;width:525px;float:left;line-height:140%;margin:0 auto;padding:0;}
اکنون با تغییر مقدار font-size میتونید اندازه فونت را به مقدار دلخواتون تغییر بدین.
Abolfazl.E گفت:
اگه بخواین می تونین تبلیغ سایتتون و ... هم تو فوتر بزارین.
لطف کنید دیگه این حرفو نزنید. ما برای مردم کار انجام میدیم تا مشکلاتشون حل بشه و هیچ توقعی از هیچکسی نداریم. :-)
به هر حال شرمنده که یکم دیر شد. بازم مشکلی بود در خدمتم.
شاد باشید @};-