Footer link

Support Area Forums Bottega Footer link

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://cb1art.co.uk/
  • Author
    Posts
  • #20585

    Hello Bill,

    Is there an easy way to add a link to the footer. I have tried add an html link by using the theme options :

    http://www.w3schools.com/html/html_links.asp

    But after saving, the code disappeared.

    Do I have to change something deeper int he php files?

    Thanks,
    best wishes,
    Kris

    #20588
    Bill Robbins
    Moderator

    Hello Kris,

    Great question there. To add a link to the custom text in the footer, you will need to edit the footer.php file just a bit. Here’s what to do:

    1. Go to the Appearance section in your WordPress control panel and select Edit.
    2. From the list of files on your right, choose footer.php
    3. Find this spot:
      
      <p><?php echo of_get_option('footer_text'); ?></p>
      

      and change it to be like this:


      (Be sure to copy that code directly from the support site instead of the notification email.)

    4. Change the http://yourlink.com to the URL you’d like to link to.
    5. Save your changes.

    That should wrap the custom footer text in a link for you. If you have any questions or trouble, let me know.

    Thanks,
    Bill

    #20654

    Hi Bill,
    thanks, I probably have an older version, I had to change this :

    to this:

    thanks,
    Kris

    #20655
    Bill Robbins
    Moderator

    Glad you found it Kris. If you need anything else, just let me know.

    Have a great day,
    Bill

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Footer link’ is closed to new replies.