标签: wordpress
我设置了一个查询6个帖子的页面。如果只有五个帖子,我想为最后一个帖子显示一个虚拟图像,有没有办法做到这一点?
类似:如果帖子不存在,则显示dummy.gif。
-edit -
此处代码:http://pastebin.com/pUeSg8Xz
我专注于第13-17行。我不能在第6行(<?php while (have_posts()) : the_post(); ?>)中添加同一行,因为没有帖子。
<?php while (have_posts()) : the_post(); ?>