'; /* * We can include dinamically the specific post format template for the content. * If you want to extend this and use it in a child theme * just include a file called content-_____.php where _____ is the post format name. * And this file will be used instead of the default * Thank you for purchasing Themez Kitchen Themes */ get_template_part('content', get_post_format()); if (comments_open() || get_comments_number()) { get_template_part('comment', 'display'); } echo '
'; endwhile; // Previous/next post navigation. allspice_paging_nav(); else : // If no content, include the "No posts found" template. get_template_part('content', 'none'); endif; ?>