HTML Block not showing in Blog Category Description
-
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.
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
I figured it out. I added this to my functions.php file
// Enable shortcodes in category descriptions
add_filter('term_description', 'do_shortcode');
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.
The topic ‘HTML Block not showing in Blog Category Description’ is closed to new replies.