• Resolved JanDieckmann

    (@jandieckmann)


    I would like to collapse some text in the category description but that doesn’t seem to work, right? Is there any chance to do so or would it be possible to make it available with an update?

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

    (@buntegiraffe)

    Hello

    Shortcodes do not work in category description by default.

    To make it work, please try to add the following line to the functions.php file of your child theme:

    add_filter( 'category_description', 'do_shortcode' );

    Please let me know if this fixes your issue.

    Best regards

    Thread Starter JanDieckmann

    (@jandieckmann)

    That works! And not only for your plugin. Awesome. Thanks a lot for that general support!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Collapsing text of category description’ is closed to new replies.