This commit is contained in:
Cairo
2016-07-11 23:24:31 -05:00
parent 6af7651096
commit 32d53ca080
+5 -5
View File
@@ -1,6 +1,5 @@
<?php
<?php
get_header();
the_post();
/*Template Name: Formulario*/
?>
@@ -8,10 +7,10 @@
<div class="container">
<div class="row">
<h2 class="media-heading">Contacto</h2>
<h2 class="media-heading"><?php the_title(); ?></h2>
<?php the_content(); ?>
</div>
<br>
</div>
<section class="container">
<div class="row">
@@ -97,4 +96,5 @@
</section>
<br>
<br>
<?php get_footer(); ?>
<?php get_footer(); ?>