[Resolved] Shortcode doesn't work at category

Home Forums Support [Resolved] Shortcode doesn't work at category

Home Forums Support Shortcode doesn't work at category

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #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.

    #236015
    Tom
    Lead 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!

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