Allow shortcodes in category description

Posted in: Newspaper
Post count: 94

Hello dear TagDiv team,

I’m not getting shortcodes to work in category description. I’ve tried to add add_filter( ‘category_description’, ‘do_shortcode’ ); to functions.php but sadly it didn’t work 🙁

Do you know why? Thank you!!

Kind Regards

Post count: 854

hi,
the add_filter is a standard function from wordpress not from the theme.
documentation about add_filter : http://codex.wordpress.org/Function_Reference/add_filter

do you have the ‘do_shortcode’ function declared global?

check your code, we cannot offer support for custom code.

Thanks for you message.
Radu A.

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.