• Resolved Marc Anderson

    (@officemarcandersoncomau)


    Hi,

    I copied one website to use as a template for another, and I can’t find how to change the url link in the site logo.

    It still links to the initial site ‘wildambience.com’ when I want it to link to the new home page ‘treklangtang.com’.

    I have searched the header.php and functions.php files to no avail. I’m using the Immense theme from Graph Paper Press but they offer no support once your subscription runs out (and I’m not paying for a subscr. just to ask one simple question!).

    The closest I can get is this section of the header.php:

    <!-- BeginHeader -->
    	<header id="branding" role="banner">
    		<hgroup>
    			<?php gpp_base_header_hook(); ?>
    		</hgroup>
    		<nav id="topaccess" role="navigation">
    				<?php gpp_base_topnav_hook(); ?>
    		</nav>
    		<?php gpp_base_header_image(); ?>
    		<nav id="access" role="navigation">
    			<?php gpp_base_nav_hook(); ?>
    		</nav>
    <script type="text/javascript">

    I’m sure its a simple fix and the solution is tucked away in another php!

    Any ideas?

    Thanks

    Marc

Viewing 3 replies - 1 through 3 (of 3 total)
  • If you have a good text editor, do a find for “gpp_base_header_hook” and that will lead you to where you want to go. Seems weird though to have that hard-coded in a theme.

    According to your site, the header’s logo link is handled by “gpp_base_header_hook()” So I’d say once you find that function you’ll find your link.

    You might also want to look in your theme options if you have any. Most production level themes have options usually under the “Appearance” menu or in rare cases, usually lazy developers, under the settings menu.

    Thread Starter Marc Anderson

    (@officemarcandersoncomau)

    Thanks guys – problem solved.

    The file I needed was header-extensions.php

    located in wp-content/themes/base/library/extensions

    this may be a helpful reference for anyone else using Graph Paper Press themes

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change url link in website logo’ is closed to new replies.