Support Forum
Howdy!
How can I change the "Home" link under the search bar to point to the link of my choosing?
Screenshot ==>
http://videohero.com/members/w......18-PM.png
Thanks!
Video Marketing blog http://videohero.com
iPhone Video training course http://iphonevideohero.com
You need to edit the theme template. In this case the spHead.php template in the .templates folder of the SP theme you are using. You can change this with a new argument to the display function and you can edit it via the template editor.
Find the function in the template called sp_BreadCrumbs() - nearer the bottom than the top. By default it will probably look something like:
sp_BreadCrumbs('tagClass=spLeft spBreadCrumbs&tree=1', __sp('Home'));
You need to add a new argument 'homeLink' that that function call so it will look like:
sp_BreadCrumbs('tagClass=spLeft spBreadCrumbs&tree=1&homeLink=http://yoursite-url', __sp('Home'));
Note carefully the capitalisation, the ampersand etc. Note also that the label 'Home' can be changed to whatevr you want. For a full list of available arguments you can visit the Codex here: http://codex.simple-press.com/.....mmon-view/
As always we recommend that you create your own SP theme so that any customisation is not lost during a future update. (http://codex.simple-press.com/.....g-a-theme/)
YELLOW
SWORDFISH
|
Thanks for the quick response, Andy.
Works like a charm.
Best Wishes,
J
Video Marketing blog http://videohero.com
iPhone Video training course http://iphonevideohero.com
1 Guest(s)