Link and Menu in Bottom or Footermenu

Support Area Forums Bottega Link and Menu in Bottom or Footermenu

Viewing 3 posts - 1 through 3 (of 3 total)
URL to the page in question: http://
  • Author
    Posts
  • #33719
    Angela Sidler
    Participant

    Hi Bill

    Is it possible to insert a link as “realized by http://www.xyz.com” in the footer of bottega theme? how can i add this link?

    Is it possible to add a footer menu für impressum?

    best regards
    puntina

    #33728
    Bill Robbins
    Moderator

    Good Morning Puntina,

    You’re welcome to insert links into the footer. For security reasons, the footer text options in the theme options page will filter out HTML. Let’s just make the changes to the footer directly. Here’s what to do:

    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. Locate this section near the top:
      
      			<?php if(of_get_option('footer_text', $single = true) != ""){ ?>
      			
      				<p><?php echo of_get_option('footer_text'); ?></p>
      				
      			<?php } else { ?>
      			
      				<p><a href="<?php echo home_url(); ?>/">&copy; <?php echo date('Y'); ?> <?php bloginfo('name'); ?></a><br /><a rel="nofollow" href="http://www.organizedthemes.com" title="Another great theme from Organized Themes">Organized Themes</a></p> 
      			
      			<?php } ?>
      
    4. Replace that with this:


      (See the support site directly to copy that snippet.)

    5. Change out the http://yourlink.com with the URL you’d like to link to. Also change the link 2 and link 3 as well
    6. Save your changes.

    That should let you insert links into the left hand side of the footer. If you have something else in mind, let me know.

    Take care,
    Bill

    #33753
    Angela Sidler
    Participant

    Hi Bill

    It works perfect! Thank you very much 🙂

    Best regards
    puntina

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Link and Menu in Bottom or Footermenu’ is closed to new replies.