wordpress/php-fpm/wordpress_files/themes/retropress/single.php
2020-05-22 01:40:23 +00:00

17 lines
302 B
PHP

<?php
global $SMTheme;
get_header();
get_template_part('theloop');
the_tags("<div class='tags'><span>".$SMTheme->_( 'tags' ).":&nbsp;&nbsp;</span>", ", ","</div>");
get_template_part('relatedposts');
comments_template();
get_template_part('navigation');
get_footer();
?>