我使用以下代码创建了一个页面:
$my_post = array(
\'post_title\' => $mytitle,
\'post_status\' => \'publish\',
\'post_type\' => \'page\',
\'post_name\' => $myurl,
\'page_template\' => \'Agenden.php\'
);
$ID = wp_insert_post( $my_post );
我还有一个功能
functions.php 要执行
$post_type_object->template = ...
在“页面”上;但此函数不适用于使用code top完成的页面;
我的问题是:如何使用pagetemplate(Agenden.php)为每个代码创建一个页面,并给出这个blocktemplates