Redwave lite does not show the featured images in the blog post header
Topics related to RedWaves lite theme goes here.
The redwave lite theme is a great minimalistic theme. The only problem that I am facing right now is that it does not show the featured image of a post in the post heading when the post is opened. This is very much required. Anyone please help me with this issue, otherwise the theme is just perfect.
- Asmi Khalil
-
- Posts: 779
- Joined: Fri Jun 26, 2015 7:13 am
- Display Name: Asmi Khalil
- Location: Tunisia
Hi Rahman,
Thanks for using RedWaves lite
This actually not a bug but a feature. I might add it in next update but this is fairly easy to add. Simply open /template-parts/content-single.php with a code editor and add this code:
Just where you want the image to be displayed. I would suggest adding it right before this line:
If the image need some adjustment just give me your site URL and I will give you a CSS code that will fix it.
Since you like RedWaves lite, would you please leave a review here https://themient.com/themes/redwaves-lite/#review and possibly here https://wordpress.org/support/theme/red ... /#new-post Thanks in advance
Thanks for using RedWaves lite

This actually not a bug but a feature. I might add it in next update but this is fairly easy to add. Simply open /template-parts/content-single.php with a code editor and add this code:
<div class="single-post-featured">
<?php if ( has_post_thumbnail() ) {
the_post_thumbnail( 'full' );
} ?>
</div>
<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
Since you like RedWaves lite, would you please leave a review here https://themient.com/themes/redwaves-lite/#review and possibly here https://wordpress.org/support/theme/red ... /#new-post Thanks in advance

I think there is a world market for maybe five computers. - IBM chairman Thomas Watson, 1943
Who is online
Users browsing this forum: No registered users and 1 guest
It is currently Sun Feb 17, 2019 5:55 am