How can I add a link in the menu?

Ask for help or provide support to other members.
Post Reply
pivari
Posts: 8
Joined: Sat Jan 06, 2024 6:56 pm

How can I add a link in the menu?

Post by pivari »

Hello,

I'm starting to use wondercms.
Can I add a link in the menù (a simple link not a new page)?

thanks

fp

NorfolkGreg
Posts: 90
Joined: Wed Sep 01, 2021 7:50 am

Re: How can I add a link in the menu?

Post by NorfolkGreg »

There's no way to do that with Wcms. As you have discovered, adding a menu item adds a page!

I can only think of a couple of approaches that might work:
  • Add an <iframe> to that new page that would contain the external site
  • Edit the template.php file in your theme to add the item immediately before or after the call to <?= $Wcms->menu() ?>

Post Reply