您好我已经在php中编写了3步多页表单
表单中的文件:
我想知道是否有办法将wordpress模板中的这个表单添加到page.php文件中?
类似答案 0 :(得分:0)
答案 1 :(得分:0)
所以我用这样的东西制作自定义模板文件
<?php
/*
Template Name: OrderBM-1
*/
get_header();
include (TEMPLATEPATH . "/orderForm/start.php" );
get_footer();
?>
我包含的文件,我粘贴在主题目录“wp-content / templates / temp-name / orderForm”