Files
portal_editorial/single.php
T

22 lines
75 B
PHP
Raw Normal View History

2016-05-17 15:20:47 -05:00
<?php
get_header();
the_post();
?>
<?php
get_footer();
?>