TOC in the Sidebar
-
I am trying to display the TOC in the sidebar, only for posts that I specifically choose to.
I tried running the shortcode in the sidebar, by editing the theme manually, but the output is empty, even if I checked the options and it should be added for the post (I also tested adding it at the beginning of the post, and it worked), but the shortcode in the sidebar renders it empty.
I assume the problem is that the content is being processed earlier, before the sidebar. And since the plugin code (from what I could read) look for <!–TOC–> to render it, this is missed, and the output is empty.
Here is what I added to the sidebar:
echo do_shortcode( '[toc]' );
How can I display the TOC in the sidebar? Any ideas?
- You must be logged in to reply to this topic.