post_likes( '' ); } if ( class_exists( 'Jetpack' ) && Jetpack::is_module_active( 'sharedaddy' ) ) { echo sharing_display(); } if ( siteorigin_setting( 'navigation_post' ) ) { siteorigin_corp_the_post_navigation(); } if ( siteorigin_setting( 'blog_post_author_box' ) ) { siteorigin_corp_author_box(); } if ( ! is_attachment() && siteorigin_setting( 'blog_related_posts' ) ) { siteorigin_corp_related_posts( $post->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(); } } // End while. ?>