Hi,
I would like to run shortcodes on the blog page that are located in the excerpt of single post. Addtionally, the featured image should be removed from the blog page.
Shortcode are enabled for excerpts, however, their content does not show up, as I was used to from the Classico theme.
add_filter(‘get_the_excerpt’, ‘shortcode_unautop’);
add_filter(‘get_the_excerpt’, ‘do_shortcode’);
Could you advise how to completely enable shortcodes on the blog page and how to disable the display of the featured image on the blog page?
Best regards
Martin