"; the_post_navigation(); if( is_active_sidebar( 'single-after-content' ) ) : dynamic_sidebar( 'single-after-content' ); endif; /** * online_shop_related_posts hook * @since Online Shop 1.0.0 * * @hooked online_shop_related_posts_belo - 10 */ do_action( 'online_shop_related_posts' ,get_the_ID() ); // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) : comments_template(); endif; endwhile; // End of the loop. ?>