Comments ricardo started the conversationFebruary 18, 2018 at 11:55amHi there.Is there an option to set "Show Featured Content" as default after each new article adding in Blog item settings? 7,092Oliver repliedFebruary 19, 2018 at 9:39amHi, Copy file:/wp-content/themes/thegem/content-page.phpTo the child theme and excerpt the code (line 60-66): <?php if((get_post_type() == 'post' || get_post_type() == 'thegem_news') && $thegem_featured_content = thegem_get_post_featured_content(get_the_ID(), 'thegem-blog-default', true)) { echo '<div class="blog-post-image centered-box"-->'; echo $thegem_featured_content; echo ''; } ?> add this: <?php echo '<div class="blog-post-image centered-box"-->'; if ( has_post_thumbnail() ) { the_post_thumbnail(); } echo ''; ?>Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliverricardo repliedFebruary 19, 2018 at 10:50amThank You! 7,092Oliver repliedFebruary 19, 2018 at 10:52amWelcome!Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver Sign in to reply ...
Hi there.
Is there an option to set "Show Featured Content" as default after each new article adding in Blog item settings?
Hi,
Copy file:
/wp-content/themes/thegem/content-page.php
To the child theme and excerpt the code (line 60-66):
add this:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
Thank You!
Welcome!
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver