你可以这样做,但在我告诉你我必须如何表达担忧之前。你会有severe duplicate content problems 如果你所有的页面都是一样的<h2>
标签
现在,您需要做的是创建一个自定义页面模板,包括以下内容:
<?php
/*
Template Name: Venue Duplicate Content Template
*/
get_header();
$special_content = new WP_Query(array(\'p\' => 675,\'post_type\'=>\'page\'));
if (have_posts()) {
while(have_posts()) {
the_post();
the_title(); // add your <h2> tag or whatever other markup you want.
$special_content->the_post();
the_content();
}
}
当然,编辑ID以使页面与“真实”内容相匹配。
创建个人时wedding-(venue name)
页面,只需选择该模板作为“模板”