我创建了一个页面模板:
<?php /* Template Name: homedefault */ ?>
但不是来自此处的文本,即wp编辑器:我希望它来自循环: <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php $post_id = get_the_ID(); ?>
<?php get_template_part(\'content\',\'home\'); ?>
<?php endwhile; ?>
<?php endif; ?>
但这个循环似乎不起作用。有可能吗?P、 S。→ 回路用于立柱→