Tagged: breadcrumb, footer menu
In the Enfold Breadcrumb Menue and Footer Menue Section “pages” I want the Navigation Title (which is shorter) to be displayed instead of the page_title.
How can this be achieved?
Navigation titles normally might be defined in the menus (design > menus), don’t know which database table is involved.
Unfortunatelly there’s no posts property field in wp_posts for this.
Thanks
Hey Plotz,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
Victoria
Hi Victoria,
if you tell me which function retrieves the page title for the breadcrumb menu and for the footer menu, I’ll try it by myself.
Thanks in advance
Plotz
To be more precise, I’m talking of
Maybe this is done by “footer – column2” widget and by “Sidebar pages” widget.
Thanks
Hi,
Thanks for the update.
if you tell me which function retrieves the page title for the breadcrumb menu and for the footer menu
It’s called the “avia_title” function in the functions-enfold.php file. The footer menu is inside the footer.php file. Look for the “wp_nav_menu” function.
Best regards,
Ismael