• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Custom Link

J

johnsmith1234

Guest
Is there a way to place a link in the main menu to a url instead of a static page?
Thanks
 
Yes, you could create static page, add script module on it and paste following script there:

<script>
document.location.href = "http://swsoft.com";
</script>

Instead of "http://swsoft.com" enter your link.
 
Back
Top