Archived topic
Footer: Show Pages and Subpages
3 replies · Started by Ender on May 27, 2019
How i Can display the Titles of Mainpages and their subpages in the Footer without using a specific plugin?
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?
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".
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.