• Blog Link: http://pgbranding.com/blog/

    Problem: Hi there, I am trying to modify the H1 tag link in the header section, so that I can add an extra link along side it.
    Currently, the H1 tag is PG Branding Blog which links back to the blog homepage. However, I also want an additional link next to it, to link back to the Homepage of the website.

    Any ideas as to how I would do this?

    Thanks very much,

    Kind regards,

    Ricky

Viewing 1 replies (of 1 total)
  • Well what’s the problem you’re having?

    Current output on the page for the header link is..

    <h1><a href="http://pgbranding.com/blog/">PG Branding Blog</a></h1>

    If it had a second link i imagine it would look like..

    <h1><a href="http://pgbranding.com/blog/">PG Branding Blog</a>
     | <a href="http://pgbranding.com/">NEW LINK</a></h1>

    I’d assume the change would be done in the header.php

Viewing 1 replies (of 1 total)

The topic ‘Modifying the Link in the Header section.’ is closed to new replies.