Hi,
I’ve been reading all kind of posts on this issue and I have used some the knowledge around there, but none of that have helped me achieve the beloved Table of Contents.
Can you please tell what I’m doing wrong? --> https://www.luiszarza.com/test/
I’m using this code:
[toc type="left"]
[toc_item title="1. Introduction" page="1"]
[toc_item title="2. More Information" page="2"]
[toc_item title="3. Even More Information" page="3"]
[/toc]
...Content for the first page here...
‹!--nextpage--›
[toc type="left"]
[toc_item title="1. Introduction" page="1"]
[toc_item title="2. More Information" page="2"]
[toc_item title="3. Even More Information" page="3"]
[/toc]
...Content for the second page here...
‹!--nextpage--›
[toc type="left"]
[toc_item title="1. Introduction" page="1"]
[toc_item title="2. More Information" page="2"]
[toc_item title="3. Even More Information" page="3"]
[/toc]
...Content for the third page here...
Please help.
PS: I already know this documentation and so many others and it won’t help.
