<?php /** * The template for displaying all single posts * * @subpackage Forest Nature * @since 1.0 */ ?> <?php get_header(); ?> <?php get_template_part( 'template-parts/post/single-page' ) ?> <?php get_footer(); ?>