Created
March 26, 2019 07:30
-
-
Save yutaide/da9bbea07b1458d8a1cd7633a5890b5d to your computer and use it in GitHub Desktop.
page-contact.php
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- 今回の記事に関係あるのは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