在index.php里找到包含<?php the_title(); ?>的地方, 在<?php the_title(); ?>后面加上如下代码: <?php $t1=$post->post_date; $t2=date("Y-m-d H:i:s"); $diff=(strtotime($t2)-strtotime($t1))/3600; if($diff< 24){echo "< img src='http://fvf.me/new.gif' alt='...
Read more »