Menu - Add CMS Page
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!
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
-
- Posts: 14
- Joined: 15 Apr 2024, 09:39
Menu - Add CMS Page
I want to display CMS pages in menu like About Us, Contact US, etc.. How can I do this?
Re: Menu - Add CMS Page
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.
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, give us a star
If you like Aimeos, give us a star