[Resolved] Footer: Show Pages and Subpages

Home Forums Support [Resolved] Footer: Show Pages and Subpages

Home Forums Support Footer: Show Pages and Subpages

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #911882
    Ender

    How i Can display the Titles of Mainpages and their subpages in the Footer without using a specific plugin?

    #911980
    David
    Staff
    Customer Support

    Hi there,

    would this be a static list ? Like if you used a Navigation Widget or would it be dynamic to the page you’re on?

    #912215
    Ender

    I create now the structure for the static vertical menu manually with html.

    <div class="footer-links"> 
    <strong><a class="footer-link" href="./de/xxx/">XXX</a> </strong>
    <a class="footer-link" href="/./de/xxx">XXX</a>
    <a class="footer-link" href="/./de/xxxx">XXX</a>
    </div>

    I discovered something new for gutenberg:

    https://de.wordpress.org/plugins/reusable-gutenberg-blocks-widget/

    With this plugin I could display a saved reusable block from gutenberg anywhere via widget. Very cool idea. No more need for elementor and the other “great builders”.

    #912286
    David
    Staff
    Customer Support

    Yes – very handy that plugin. Widget areas are coming in the next stages of gutenberg.
    Is the HTML solution working for you – it looks to be the simplest method for what you’re doing. Let me know.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.