Link in Footer

Support Area Forums Kerygma Link in Footer

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://www.ardenumc.com
  • Author
    Posts
  • #21773
    Sarah Schlieckert
    Participant

    Is there a way to link our email in the footer (we’ve got the email listed there now, but to make it a live link)? I can’t figure out how to do that using the Theme footer section. Thanks!

    #21774
    Bill Robbins
    Moderator

    Hello Sarah,

    Thank you for your business first of all. Great question. For security reasons, the theme options will filter out links that are added in the footer area. But you can add them in manually if you’d like to. Here’s how:

    1. Go to the Appearance section in your WordPress dashboard and choose Edit.
    2. From the list of files on your right, choose footer.php
    3. Find this spot (line 42):
      
      <p><?php echo of_get_option('footer_text'); ?><br /><?php echo of_get_option('footer_text_row_2'); ?><br /><?php echo of_get_option('footer_text_row_3'); ?></p>
      
    4. If you’d like to change the third line into a link, you would replace this part:
      
      <?php echo of_get_option('footer_text_row_3'); ?>
      

      with this:

    5. Save your changes.

    See if that doesn’t allow you to add in a link there. Let me know if you have any questions or trouble.

    Thanks,
    Bill

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