Move single-post loop to single.php, closes #1582
This commit is contained in:
@@ -1 +1,3 @@
|
||||
<?php get_template_part('partials/content-single-' . get_post_type()); ?>
|
||||
<?php while (have_posts()) : the_post(); ?>
|
||||
<?php get_template_part('partials/content-single', get_post_type()); ?>
|
||||
<?php endwhile; ?>
|
||||
Reference in New Issue
Block a user