Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 wordpress 的新手。我使用表单生成器创建了一个表单。并包含在一个页面中。表单显示在默认模板中,但不在自定义模板中。有什么想法吗?
// Formbuilder manual form display. Replace the # in the following line with the ID number of the form to be displayed. if(function_exists('formbuilder_process_form')) echo formbuilder_process_form(#); // End of FormBuilder manual form display.