creativelearning 0 Report post Posted February 13, 2011 I am looking for the way to change the link to the Custom Header Image. Right now it goes to the home page. I would like it to link somewhere else and also if possible two places. I have checked the settings and there is no option. I have also looked in the "heading.php" file but didn't find anything. Looked in "template.branding.php" and found `<?php pagelines_main_logo(); ?>` but how would I modify that? Share this post Link to post Share on other sites
catrina 103 Report post Posted February 13, 2011 A single header image can only be linked to one place. To change the URL, open the library.templates.php file and locate this code: `<?php echo home_url();?> to the URL you want. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
creativelearning 0 Report post Posted February 13, 2011 Thank you worked perfectly! Share this post Link to post Share on other sites
akaider 0 Report post Posted February 15, 2011 i looked in library.templates.php file, the code had "%s" not "<?php echo home_url();?>" when i added the URL it broke the image link, altho the link did work. any suggestions? thanks! Share this post Link to post Share on other sites
akaider 0 Report post Posted February 15, 2011 fixed the problem, thanks Share this post Link to post Share on other sites
EvaB 0 Report post Posted March 9, 2011 Hi! I want to do the same thing, but I can't seem to find the library.templates.php file. Can someone tell me please? Thanks, Eva Share this post Link to post Share on other sites
moose_n_squirrel 0 Report post Posted April 22, 2011 Eva, I'm also trying to do the same action and I'm not able to find library.template.php Share this post Link to post Share on other sites
michaeljohnprice 2 Report post Posted October 24, 2011 If you're still looking for the library.template.php file, it's located at platformpro/includes/library.templates.php Share this post Link to post Share on other sites
catrina 103 Report post Posted October 25, 2011 Also, I didn't mention this in the first post I made in this topic, but you must have PlatformBase activated first and then the library.templates.php file needs to be copied into that platformbase folder so that it can be edited from there. Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites