Skip to content

Instantly share code, notes, and snippets.

@yutaide
Created March 26, 2019 07:30
Show Gist options
  • Select an option

  • Save yutaide/da9bbea07b1458d8a1cd7633a5890b5d to your computer and use it in GitHub Desktop.

Select an option

Save yutaide/da9bbea07b1458d8a1cd7633a5890b5d to your computer and use it in GitHub Desktop.
page-contact.php
<!-- 今回の記事に関係あるのは2行目〜7行目です。 10行目のごちゃごちゃしたやつは気にしないでください。-->
<?php
/*
Template Name: お問い合わせ
*/
?>
<?php get_header(); ?>
<main>
<p>お問い合わせのページ</p>
<?php echo do_shortcode('[contact-form-7 id="764" title="お問い合わせフォーム"]'); ?>
</main>
<?php get_footer(); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment