Tag description

Posted in: Newsmag
Post count: 53

Hello!

I want to add a description for every tag. I want also insert shortcodes (from the extension Shortcodes Ultimate), but the shortcodes will not be displayed. Is it possible to add shortcodes?

Post count: 23312

Hello jb,

Unfortunately, the theme has not been tested with the Shortcodes Ultimate plugin and we have no idea if the theme will work or not with it, sorry! If you want to add some shortcodes you should use the do_shortcode() method and add the code directly in PHP files. So, if you are not aware of the steps which are needed to take in this case, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Thanks for the message!

Post count: 53

Hello Catalin,

Thank you for the information. Now I have found the problem and the solution!

Yoast SEO makes the tag and category description editors to WYSIWYG-editors. So I thought I can also add shortcodes, but by default the shortcodes are not available.

I had to add this code to functions.php

add_filter( 'post_tag_description', 'do_shortcode' );

Now it works!

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