I have been trying to link one of my wordpress pages to one of the menu options in my phovms site, can anybody hep?
I’d suggest staying as far away from WordPress as you can to avoid the security and hacking concerns.
You can easier design a landing page with links to additional static pages and also add a link to your phpVMS site for registration purposes and to allow crew access. Lots of other (non WordPress) options as well.
Yeah…but lets say thats what I am working with atm, does anybody know how to link these pages?
19 minutes ago, MarcosMota said:
Yeah…but lets say thats what I am working with atm, does anybody know how to link these pages?
If you just want to add a link pointing to your WP, edit the menu/nav of your phpVMS theme then. This is just templating and basic html / stylesheet stuff.
Check nav.blade.php of your theme, it will probably hold the menu items or at best it will guide you to the file holding menu items.
Good luck