Shortcode doesn't work at category
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.