footer

Support Area Forums Photobug footer

Viewing 4 posts - 1 through 4 (of 4 total)
URL to the page in question: http://
  • Author
    Posts
  • #21434
    Alex Moeller
    Participant

    Hi Bill

    Is it possible to create a menu in the footer? I would like to put some sites like the terms of service or in german “Impressum” site in the footer and not in the header.
    No one is really reading those kind of sites so why not put them in the footer?

    Alex

    #21451
    Bill Robbins
    Moderator

    Alex,

    Good question. It may be easier to simply create the menu manually instead of coding one in. 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 and find this spot:
      
      <p><a href="http://www.organizedthemes.com" rel="nofollow" target="_blank"><img src="<?php echo get_template_directory_uri(); ?>/images/organized-themes.png" alt="Another Great Theme From Organized Themes" /></a></p>
      
    3. Replace that with this:

      (Check the support site for the full code there)

    4. Replace each http://linkone.com with the URL to the site and the corresponding Link One with what you’d like that link to say. For every link other than the first, make sure there is a space before your text so they don’t run together.
    5. Save your changes.

    That should let you add in a series of links to the footer. If you have any trouble, let me know.

    Thanks,
    Bill

    #21487
    Alex Moeller
    Participant

    Hi Bill,

    Thank you! Your solution works perfectly.

    Alex

    #21488
    Bill Robbins
    Moderator

    Fantastic. If you need anything else, just let me know.

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