Version 1.0.0 - Initialisation du thème Portfolio Photo
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
/*
|
||||
Template Name: Contact
|
||||
*/
|
||||
get_header(); ?>
|
||||
|
||||
<main class="container">
|
||||
<h1>Me contacter</h1>
|
||||
<?php echo do_shortcode('[wpforms id="123"]'); // Remplace 123 par l'ID de ton formulaire WPForms ?>
|
||||
</main>
|
||||
|
||||
<?php get_footer(); ?>
|
||||
Reference in New Issue
Block a user