Comments 2gianpaolo faccini started the conversationFebruary 23, 2017 at 8:46amHi a quick question about the show featured content in the Blog item settings.Can be automatically swithched on instead of been selected manually for every post? 7,092Oliver repliedFebruary 23, 2017 at 2:25pmHI!Sorry, if the posts starts from the shortcode, you need to set excerpt manually. Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver 2gianpaolo faccini repliedFebruary 23, 2017 at 3:12pmNo what i mean is:If i set a Feature Immage and i want the Feature image at the top of the single post i need to go Blog item settings and select manually: show featured content.Can this be switched on automatically for each post? 7,092Oliver repliedFebruary 23, 2017 at 5:00pmHI!Sorry, without code changes no.Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver 2gianpaolo faccini repliedFebruary 24, 2017 at 4:58ami can work on the code if you can give me the edit i need to do[deleted] repliedFebruary 24, 2017 at 4:14pmTry to install child theme and add next code to its functions.php file: function thegem_child_get_post_data($data) { $data['show_featured_content'] = 1; return $data;}add_filter('thegem_get_post_data', 'thegem_child_get_post_data');But after that you will can't disable "show featured content" setting. Sign in to reply ...
Hi a quick question about the show featured content in the Blog item settings.
Can be automatically swithched on instead of been selected manually for every post?
HI!
Sorry, if the posts starts from the shortcode, you need to set excerpt manually.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
No what i mean is:
If i set a Feature Immage and i want the Feature image at the top of the single post i need to go Blog item settings and select manually: show featured content.
Can this be switched on automatically for each post?
HI!
Sorry, without code changes no.
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver
i can work on the code if you can give me the edit i need to do
Try to install child theme and add next code to its functions.php file:
But after that you will can't disable "show featured content" setting.