Footer Menu
- Navigate to Footer Menu in the admin panel.
This section provides details on managing the footer menu. Administrators can create, edit, and delete menu links that are displayed in the website footer. The menu supports both internal slugs (e.g., about
) and external URLs
Overview
The Footer Menu Management system allows administrators to manage links displayed in the website footer. Links can be internal (slug
, e.g., about
) or external (URL
, e.g., https://example.com
). The order of links is configurable, and they can be enabled or disabled as needed.
Internal Slugs Explained
When creating an internal footer link using a slug
, make sure that the slug exactly matches the page slug created in the admin panel under Pages.
The internal page URL format is:
http://your-domain.com/p/[slug]
For example:
- If you create a page with the slug about, the URL will be:
http://your-domain.com/p/about
- Therefore, when adding a footer link with the slug
about
, it will automatically link to that page.
If you want to link to an external page instead, use the full URL (e.g., https://example.com/contact ).
Features
- Add new footer links (internal slugs or external URLs).
- Edit existing links.
- Delete links.
- Control the display order.
- Enable or disable individual links.
Conclusion
The Footer Menu Management system allows full control over website footer links. Administrators can dynamically update, add, and remove links, ensuring seamless navigation for users.