Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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.

    #430185

    Hey 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!
    Ismael

    #430714

    I 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.

    #431081

    Hi!

    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!
    Ismael

    #432465

    Hey!

    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.
    #432983

    Well 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.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘A page organiser’ is closed to new replies.