如果有必要的话,短代码用于联系表单7和预订插件。
联系php
<?php
/*
Template Name: Contact
*/
?>
<?php get_header(); ?>
<h2>Tell us, what\'s on your mind? Questions, comments, hellos- share them below.</h2>
<?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
<?php endwhile; else: ?>
<p><?php _e(\'Sorry, no posts matched your criteria.\'); ?></p>
<?php endif; ?>
<?php get_footer(); ?>
非常感谢您的任何帮助。