2010-04-23, 03:30:29
A way to do what you asked for, by patching GS:
- First create a new page. In this example, its slug should be 'blog'. Check 'Add to menu'
- Edit admin/inc/basic.php
- In line 295, insert:
Dynamically generated menus like the one included with GS or other like Zegnat's Multilevel would display this custom link.
Important note: This is for GetSimple 2.01 -- not valid for 2.0 or older versions (which didn't use the patched find_url() function)
- First create a new page. In this example, its slug should be 'blog'. Check 'Add to menu'
- Edit admin/inc/basic.php
- In line 295, insert:
Code:
if ($slug == 'blog') $url = 'http://blog.1sthope.org.uk';
Dynamically generated menus like the one included with GS or other like Zegnat's Multilevel would display this custom link.
Important note: This is for GetSimple 2.01 -- not valid for 2.0 or older versions (which didn't use the patched find_url() function)