Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author shazdeh

    (@shazdeh)

    Hi,

    This depends on your theme which shows that text. If it’s using the_archive_description() template tag, you can add this snippet to the functions.php file:

    
    add_filter( 'get_the_archive_description', 'do_shortcode' );
    

    And that will enable shortcodes on those. If not, please consult your theme developers on how you can enable shortcodes for category description texts.
    Hope this helps 🙂

    Thread Starter jfjweb

    (@jfjweb)

    Awesome, that worked! We were not using that template, but I found the one we are using and added it to the functions.php and it works now!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Widget not rendering in Category Description’ is closed to new replies.