Archived topic
Shortcode doesn't work at category
1 reply · Started by Sergey on October 17, 2016
Dear Tom! Hello! :)
I use child theme.
In functions.php I make next shortocde:
function author_vkapk() {
return 'Test';
}
add_shortcode('author_vkapk_sh', 'author_vkapk');
It work at pages and at posts, but doesn't work at category (blog) with posts which include this shortcode).
On place where is shortcode should be, I see nothing.
Hi! :)
If you're showing excerpts (Customize > Blog > Blog Content), then shortcodes and all HTML will be stripped.
In order to show shortcodes in your categories, you need to set the above to "Full Content" or use the More tag in your posts: https://generatepress.com/knowledgebase/using-the-more-tag/
Hope this helps!