Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
Go to Appearances > Menus in the dashboard and create a custom menu there. You should then be able to specify the URLs.
Thread Starter
Senyaj
(@senyaj)
Hello,
Thank you for your response, I think you have misunderstood me.
When I create a menu through my dashboard I want each to link have a prefix.
So If I create a custom menu and specify “John” as the URL.
On my navigation it will be displayed as:
a href=”ww.wp.xz.cn/john”>JOHN</a
Instead of:
a href=”john”>JOHN</a
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
The confusing part is using ‘ww.wp.xz.cn’ as an example.
What specifically do you want to have prefixed?
Thread Starter
Senyaj
(@senyaj)
Hi,
I thought that example would make it easier.
Essentially, I would like the url to be href=”#filter=.John”
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
What happens if you use the Custom Link URL as;
/#filter=.John
?
just use #john in href instead of john because if you specify url=john it will take the root url of your blog (example.com) and add the john after a trailing slash (example.com/john)
Peace,
LastForOne
Thread Starter
Senyaj
(@senyaj)
Hello,
This is for a custom jQuery script.
Thanks