How can i use shortcodes in category descriptions??

Posted in: Newspaper
Post count: 33

Hi,

I have tried to insert shortcode in category description but i can´t to do it.

I have inserted in functions.php the next code:

add_filter('term_description', 'shortcode_unautop');
add_filter('term_description', 'do_shortcode');

But it doesn´t works. With other themes this code in functions.php works fine.

¿What can i do? With plugin html in category description I can to put html code but I need shortcodes to insert ads in category descriptions.

¿What can i do to works shortcodes in category description with newspaper theme?

Waiting your response,

Regards,

Prometheus

Post count: 20685

Hi,

You could just simply edit the category template used or the one you want and insert the shortcode there like this – https://www.screencast.com/t/xXLLTCOa
Then the ad will be displayed on the category page below the description for example
https://www.screencast.com/t/Nela6dgnX66J

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.