wordpress/php-fpm/wordpress_files/themes/retropress/single.php

17 lines
302 B
PHP
Raw Normal View History

2020-05-22 03:40:23 +02:00
<?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();
?>