Home › Forums › Support › Shortcode doesn't work at category This topic has 1 reply, 2 voices, and was last updated 6 years, 11 months ago by Tom. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts October 17, 2016 at 3:57 am #235924 Sergey 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. October 17, 2016 at 9:06 am #236015 TomLead Developer Lead Developer 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! Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In