Files
portal_editorial/home.php
T
2016-07-15 23:15:47 -05:00

23 lines
194 B
PHP

<?php get_header();
the_post();
?>
<h2>estamos en home.php</h2>
<!--estamos en home.php-->
<div id="conteiner">
</div>
<?php get_footer(); ?>