want ..
- Set feature category image same feature post image
- WordPress Should Support Featured Images for Categories
- Set Automatic Featured Image for Posts in Particular Category
setup default featured image:
<?php if ( has_post_thumbnail() ) {
the_post_thumbnail();
} else { ?>
/images/default-image.jpg” alt=”<?php the_title(); ?>” />
<?php } ?>