in index.php this code :<?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content' ); ?> <?php endwhile; ?> works , then I created my ...
確定! 回上一頁