Menu - Add CMS Page

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
gkarthick87
Posts: 14
Joined: 15 Apr 2024, 09:39

Menu - Add CMS Page

Post by gkarthick87 » 06 Nov 2024, 12:37

I want to display CMS pages in menu like About Us, Contact US, etc.. How can I do this?

User avatar
aimeos
Administrator
Posts: 8318
Joined: 01 Jan 1970, 00:00

Re: Menu - Add CMS Page

Post by aimeos » 08 Nov 2024, 07:31

The current menu displays the category tree but no CMS pages. For adding links to CMS pages, you have to adapt the base.blade.php template and add the links to the pages there:
https://aimeos.org/docs/latest/laravel/ ... -templates

The footer already contains the links for the pages you want to add and you only need to create the pages in the CMS module using the last part of the URL.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply