추천 이미지 캡션이 포함 된 div를 만들려고하는데 슬라이더 가운데에 나타납니다.WordPress 특집 이미지 캡션이 반복됩니다
캡션이 반복되는 이유는 무엇입니까?
링크 : http://natashamcdiarmid.com/clients/JLP/wp/
보이게하는 방법 : http://natashamcdiarmid.com/clients/JLP/
<div class="slider">
<?php query_posts('post_type=page'); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php the_post_thumbnail('slider'); ?>
<div class="caption-wrap"><?php the_post_thumbnail_caption(); ?></div>
<?php endwhile; else: ?>
<p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
<?php endif; ?>
</div>
하여 변경할 결코, 그러나 지금 그것은 표제를 당기지 않고있다. – tmcd
@NatashaMcd : 예, 에코를 추가하는 것을 잊어 버렸기 때문에, 내 대답이 당신을 도왔다 고 생각합니다. 투표 할 자격이 있다고 생각합니다 ** !! LOL – Fox