How to use Rating Widget Shortcode on Wordpress Taxonomy / Tag pages

Modified on Thu, 02 Aug 2018 at 12:16 PM

By default Wordpress and most themes do not apply shortcodes on Taxonomy display pages. If you see the short code unprocessed, as [schemaapprating] on the Taxonomy display page you can add a line of code to functions.php to enable it:


add_filter( 'term_description', 'do_shortcode' );



Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article