Home Forums WoodMart support forum HTML Block not showing in Blog Category Description

HTML Block not showing in Blog Category Description

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #603207

    hollistergj
    Participant

    I’ve created a custom html block.
    I have a blog category.
    I put the short code into the blog category.
    When the page renders, it just shows the short code, not the content of the custom html block.

    #603337

    Hello,

    Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.

    Best Regards

    #605602

    hollistergj
    Participant

    Thanks.

    #605605

    hollistergj
    Participant

    I figured it out. I added this to my functions.php file

    // Enable shortcodes in category descriptions
    add_filter('term_description', 'do_shortcode');
    
    #605648

    Hello,

    You are Most Welcome.

    We are glad that you managed to solve the problem yourself. You are Great!!!

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘HTML Block not showing in Blog Category Description’ is closed to new replies.