rapidliens 3 Report post Posted July 12, 2011 How do I change the page that the main header logo links to? I have ECO Pro. Share this post Link to post Share on other sites
timlinson 3 Report post Posted July 12, 2011 In the library/_brand.php file, change this from line 3: `href="<?php echo get_option('home'); ?>/"` to your desired link `href="http://www.my-own-link.com/"` Share this post Link to post Share on other sites
rapidliens 3 Report post Posted July 12, 2011 That was helpful thank you, but also where do I find that page so that I may alter its template? I cannot figure out which one it is in the pages menu? It just doesn't seem to be there.. Please advise. Share this post Link to post Share on other sites
Kate 3 Report post Posted July 12, 2011 Hey Anthony, The home page doesn't have its own template. However, you could modify the _posts.php file with some if statements. (Keep in mind that any modifications done to the core files won't be transferred to new updates automatically. You'll have to do that manually, to prevent your changes from being overwritten.) Share this post Link to post Share on other sites