Hardcoding a Link without a block
PermalinkThanks
Read Enabling Vanity URLs / Pretty URLs from
http://www.concrete5.org/documentation/installation/installing_conc...
Martí
define('URL_REWRITING_ALL', true);
define('URL_REWRITING_ALL', true);
This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.
The easiest way to do this is add this code to your page type template:
(make sure there is an initial slash preceding the path -- for example, to link tohttp://yoursite.com/about-us, pass in '/about-us', or to link tohttp://yoursite.com/employess/john-smith,... pass in '/employees/john-smith')
If you just want to link to your home page you can do this: