• Hi,
    I am using Pinboard theme.
    I changed the header image to the one I want to use for the design.
    & I want to change the header URL to point to a different link other than the one default URL is pointing.
    Now it goes back to the main blog page, but I want it to jump to the main home page that is not made by word press.

    I used the home page of the site without word press. Everything else is made with word press. so I want the header image URL to connect to the main home page in the server located a folder outside.

    Please someone help me on this…

Viewing 1 replies (of 1 total)
  • bigswp

    (@bigswordpress)

    First I would create a ?hild Theme Here (don’t worry it is simple). If you don’t do this everytime your theme updates you will lose your changes.

    Then you need to edit you header.php file and upload it to your child theme folder.

    Open the header.php and look for this line:

    <a class="home" href="<?php echo home_url( '/' ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a>

    Now replace:
    <?php echo home_url( '/' ); ?>

    with:

    https://the-url-you-want.com

    I have tried this and it works fine

Viewing 1 replies (of 1 total)
  • The topic ‘Changing header URL on Pinboard theme’ is closed to new replies.