Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #103559
    FredericF
    Participant

    Hi,

    I would like to add a link in the footer.

    Currently it is:
    <div class=”copyright”>[site-link] [the-year]</div><div class=”powered”></div>

    Is there a shortcode I can insert for a link to page #68?

    Thanks!

    Frederic

    #103578
    Pratik
    Keymaster

    Hi @fredericf,

    For pages, you need to add custom HTML. E.g: If page link is – example.com/page1, try following code:

    
    <div class="copyright">
        <a href="http://example.com/page1" title="Page Title"><span>Page Title</span></a>. [the-year]
    </div>
    

    Let me know how it goes.

    Regards,
    Pratik

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to add a link in the footer?’ is closed to new replies.