Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ***********************************Add default featured image in your blog post *****************************
- //Just Paste this code where you want to add featured image.....
- <?php if ( has_post_thumbnail() ) {
- the_post_thumbnail('post_FEATURED_image', array('class' => 'img-responsive'));
- }
- else {
- ?>
- <img src="<?php bloginfo('template_directory'); ?>/img/default_img.jpg" />
- <?php
- }
- ?>
- NOTE : In this code......
- post_FEATURED_image = for image crop id
- 'class' => 'img-responsive' = this for image class.
- ***************************************************** THANK YOU ***************************************************************
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement