revivalasia 0 Report post Posted August 3, 2011 Bottom Pagelines leaf logo - i have added my own logo but how do i reference that to my site (href) and the title? Share this post Link to post Share on other sites
kastelic 6 Report post Posted August 3, 2011 You can filter the pagelines_cred() function which is in library.templates.php around line 458. Something like this, I haven't tried it (paste into platformbase/functions.php): add_filter('pagelines_cred','credfilter'); function credfilter($url){ $url = "http://google.com"; return $url; } Share this post Link to post Share on other sites
revivalasia 0 Report post Posted August 4, 2011 I think the code is close but it did not work - so i just hacked the main file. Not the best solution I would like to do it the filter way if i knew how ;-) Share this post Link to post Share on other sites
Kate 3 Report post Posted August 4, 2011 @revivalasia I don't think Jimmy saw it was EcoPro, not PlatformPro. I'm actually not sure in this instance. Did you check the footer.php file? Share this post Link to post Share on other sites
revivalasia 0 Report post Posted August 5, 2011 That was my mistake it is Platform pro and i fixed it. thanks ;-) Share this post Link to post Share on other sites