wp redesign

This commit is contained in:
Jerry
2022-11-08 14:50:27 +01:00
parent 7ba868e59f
commit 36951740a5
70 changed files with 473 additions and 24105 deletions

View File

@@ -0,0 +1,15 @@
<?php
/**
* Template Name: Contact Page
*/
get_header();
?>
<div class="content with-bg" style="padding-bottom: 40px;">
<?php the_content(); ?>
</div>
<?php
get_footer();