I'm trying to add a shortcode to be displayed a reusable block in the footer section.
- I registered the new widget area, added a simple dummy test to a post.
- I took out the post's id code from the URL.
- I was told to use this to combine the reusable block shortcode with my post idea ->
[reusable_block id="116392"]and pass it onto the new widget in a text widget.
Now the problem is that I got this displayed [reusable_block id="116392"] instead of the dummy text.
What have I missed? the new registered widget, and the shortcode in it