<section id="photo-grid">
<?php while($this->next()): ?>
<div class="photo-item" data-url="<?php $this->permalink() ?>">
<figure class="image-container"><a href="<?php $this->permalink() ?>"><img src="<?php echo img_postthumb($this->content); ?>" /> </a></figure>
</div>
<?php endwhile; ?>
</section>
这是调用的代码,首页只显示5个,我现在要显示多个怎么表示?
求解。
已经完美解决~~