It is not being filtered by wordpress so it does not know to render shortcode
Just try to render the content with the_content()
make sure not to use get_the_content()
as it will not filter the content and shortcodes will not work
It is not being filtered by wordpress so it does not know to render shortcode
Just try to render the content with the_content()
make sure not to use get_the_content()
as it will not filter the content and shortcodes will not work