Site logo

Archived topic

URL in copyright

3 replies · Started by Annette on June 6, 2016

Viewing posts 1–4 of 4

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

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

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>

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

This archived topic is closed to new replies.