Looking for a Good Table of Contents Plugin?

Hi there!

I’m on the hunt for a plugin that can help me create a second menu at the top of the page for a table of contents.

I can’t seem to find anything good, any suggestions?

You should check out some options here https://www.wpbeginner.com/showcase/best-table-of-contents-plugins-for-wordpress/

@Mika
Thanks for the link!

I’ve used Easy Table of Contents with some custom CSS to create a sticky tab on the left side of long pages. When you click it, it shows a table of contents generated from the h1, h2, h3, and h4 headings.

To make it show only on specific pages, I used Advanced Custom Fields to add a class to the body element of each page. Then, I hid the tab on pages that didn’t have my new class with CSS.

It works really well.

@Ben
Thank you for the info!