-
AuthorPosts
-
April 16, 2015 at 6:17 pm #429789
Is it possible somehow, to add a block on a page that will display the hierarchy of the page?
like:
————-
Title 1
Title 1.1
Title 1.2
Title 2
———–
That will be diplayed automatically fonction of the actual hierarchy of the page.
This block could be placed wherever you want on the page.
That the theme does that, would you a know a plugin that would?
Regards.April 17, 2015 at 9:12 am #430185Hey cisqo!
Thank you for using Enfold.
Maybe these plugins will help:
https://wordpress.org/plugins/hierarchical-pages/
https://wordpress.org/plugins/simple-page-hierarchy-widget/Use the Widget Area element in the advance layout builder if you want to display the widget inside the page content.
Cheers!
IsmaelApril 18, 2015 at 3:00 pm #430714I think you misunderstand what I was trying to do.
Those plugin display the hierarchy of the pages: like the son, the sibling, to help browse the different pages.
I just want a summary of a paticuliar page, it will show the different title, and by cliquing on it, it will scroll down directly to the selected chapter.
I hope I made myself clear.
Thank you for your help anyway Ismael.April 20, 2015 at 5:20 am #431081Hi!
I’m not sure if it is possible or I’m not sure if I understand you clearly. Did you see any example of this somewhere? I’ll ask the rest of the support team to check.
Cheers!
IsmaelApril 22, 2015 at 12:28 am #432465Hey!
I used Mediawiki to write documentation before, http://www.mediawiki.org/wiki/MediaWiki. It’s very similar to Wikipedia and has a “contents” section which links to each area in your article. I don’t think it has a WordPress plugin though.
You could always create this type of thing manually by using color sections and then add IDs to each section. You could then use HTML in a codeblock element to link to each section in the top of your page.
<h3>Table of Contents</h3> <ul> <li><a href = "#section1">Introduction</a></li> <li><a href = "#section2">Chapter 1</a></li> <li><a href = "#section3">Chapter 2</a></li> etc etc </ul>
Best regards,
Elliott- This reply was modified 9 years, 7 months ago by Elliott.
April 22, 2015 at 5:21 pm #432983Well thank you for you’re help.
I can indeed do it manually, but I was hoping wordpress could save me time.
I am surprised that such puglin does not exist.
Regards. -
AuthorPosts
- The topic ‘A page organiser’ is closed to new replies.