只显示前三篇文章的内容

多试试:多试试-计算机技术与软件


只显示前三篇文章的内容:(/theme/XXOO/index.php)


<?php if($wp_query->current_post == 0 || $wp_query->current_post == 1 || $wp_query->current_post == 2) :?>

<?php the_content(); ?>

<?php //if ($wp_query->current_post == 0) : ?>

<img src="jpg2.jpg" width="500" height="40">

<?php endif; ?>


<!--原来是文章内容全显示

<?php the_content(); ?>

-->

<img src="jpg.jpg" width="600px" height="30px">

<?php echo'teststttttttttttttttttttttttttt'; ?>



下面是左侧的文章,限定只显示最新的3个:

<!--add 06-13-->

<ul>

<?php 

$asc_posts = get_posts('numberposts=2&orderby=asc');  foreach( $asc_posts as $post ) : ?>
<li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>
<?php endforeach; ?>
</ul> 
<!--add 06-13 -->



移步到个人小站:www.very321.com



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值