Files
portal_editorial/single.php
T
2016-05-17 15:20:47 -05:00

22 lines
75 B
PHP

<?php
get_header();
the_post();
?>
<?php
get_footer();
?>