【发布时间】:2014-12-17 10:13:10
【问题描述】:
我编辑了一个 Bootstrap Wordpress 主题,以便在首页刷新时随机显示特色图片。但是现在在每隔一行上,图像都显示出巨大的间隙而不是图像 -
我做错了什么,我该如何消除这些差距?我在 index.php 中使用了这段代码来随机显示图像 -
<?php /* Start the Loop */ ?>
*<?php query_posts($query_string . '&orderby=rand') ?>*
<?php while ( have_posts() ) : the_post(); ?>
【问题讨论】:
标签: wordpress twitter-bootstrap