Files
portal_editorial/single.php
T
2016-06-29 00:08:18 -05:00

22 lines
100 B
PHP

<?php
get_header();
the_post();
?>
<!--Esto es single.php-->
<?php
get_footer();
?>