[Resolved] URL in copyright

Home Forums Support [Resolved] URL in copyright

Home Forums Support URL in copyright

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #199740
    Annette

    Hi, Great theme with so many options! I would like to add my URL in the copyright section as underlying link to my name. How to do that?
    Thank you,
    Annette

    #199791
    Jamal

    Hi

    Have you tried to change it at ” Appearance > Generatepress” ?

    I use the code below for my websites hope it works for you too.

    <div class="grid-container">
    <div class="grid-50">
    %copy% Generatepress %current_year%
    </div>
    <div class="grid-50">
    by <a href="#">YOUR NAME</a>
    </div>
    </div>

    Replace the # with your URL

    • This reply was modified 7 years, 10 months ago by Jamal.
    #199805
    Tom
    Lead Developer
    Lead Developer

    The above is great – it will also place them into two columns.

    If you don’t want the columns, you can just add the link part: <a href="THE URL IN HERE">YOUR NAME</a>

    #199816
    Annette Kempers

    Thank you very much, I now see how to do this!
    Annette

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.