- This topic has 12 replies, 2 voices, and was last updated 5 years, 3 months ago by .
How to show Featured Image in blog
You must be logged in to reply to this topic.
How do I show the Featured Image within the single page blog post? I looked all over and can’t find the options to do this.
Yes, I know how to choose the Featured image. What I am asking is how to SHOW it in the blog post. It doesn’t show up.
All of the blog posts below have featured images set, but they don’t show up in the post.
Sorry, for the late replay,
By default the theme not displaying the featured image in blog single page, we will update this issue in coming updates.
Ok thank you can you please let me know when it’s fixed? everett76@gmail.com
When do you believe you will fix this? This issue is affecting other things: for example the Casting event pages are not showing the images either. I also installed “Events Manager” and the main event profile pic doesn’t show up for those pages either.
Today we will update in you theme.
We are working on woocommerce functionality in this theme. That is the reason to kate update.
Hello,
Please update this code into “single.php” file, you can find the file please follow the below steps
Goto Theme root ssagency > inc > post-format in this you can find single.php file remove that code and add the below code
<div class="post-image"> <?php if ( has_post_thumbnail() ) { $imgurl=wp_get_attachment_url( get_post_thumbnail_id() ); ?> <?php ///ssagency_hsk_image_crop( $imgurl, 700,300 ); ?> <?php echo '<img src="'.esc_url($imgurl).'" alt="'.get_the_title().'" /> '; ?> <?php } ?> </div> <?php echo ''.the_content().' '; ?>
Or please provide the FTP Access details we will update.
We are working theme some upgrades and woocommerce functionality, so we will update the theme as soon as possible
this appears to be working now for blogs.
It still doesn’t work for Projects.
However it now works for Event Manager, so I think I am good to go. Thank you.
You must be logged in to reply to this topic.