WordPress thumbnail picture added inside your post or page
If you need to add the featured image in a page or a post, usde this code:
<?php if ( has_post_thumbnail() ) { the_post_thumbnail( ‘img-responsive img-rounded’ ); } ?>
WordPress thumbnail picture added inside your post or page
If you need to add the featured image in a page or a post, usde this code:
<?php if ( has_post_thumbnail() ) { the_post_thumbnail( ‘img-responsive img-rounded’ ); } ?>
Time Programmer Corp Since 2014 ®
Leave a Reply