<?php $category = get_the_category(); echo $category[0]--->cat_name; ?> ... <?php endwhile; wp_reset_postdata(); ?> In the first loop correctly displays the ...
確定! 回上一頁