">
'; the_post_thumbnail( '', array( 'class'=>'img-responsive img-fluid' ) ); echo ''; } the_content(); } while ( have_posts() ) : the_post(); // Include the page the_content(); comments_template( '', true ); // show comments wp_link_pages(array( 'before' => '', )); endwhile; blogdata_edit_link(); // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) { comments_template(); } ?>