Footer Functions

Support Area Forums Foundation Footer Functions

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
URL to the page in question: http://50.87.248.59/~vspeeduc/ceoforassociations/
  • Author
    Posts
  • #32081
    Charles Hodges
    Participant

    I don’t see a footer widget on the Foundation theme – only the option to add text in the theme options for the footer or the Home Bottom widget. I am attempting to have four separate lines of text (Company name, Address, Phone and Email). In other themes you can ofter use HTML and thinks like <br> to separate lines, but mine all runs together. (I’d also like to make the email a link).

    I tried using a text widget in the Home Bottom widget but my lines of text are too long.

    Is there a way to make separate lines in the Theme Options/Footer or is there a widget I’ve missed?

    #32082
    Bill Robbins
    Moderator

    Hi Charles,

    In the Foundation theme, probably you’ll just want to edit the footer itself.

    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. Replace this section:
      
      <?php if(of_get_option('footer_text', $single = true) != ""){ ?>
      			
      				<p><?php echo of_get_option('footer_text'); ?><br /><a rel="nofollow" title="Made With Organized Themes" class="footer-credits" href="http://www.organizedthemes.com">Organized Themes</a></p>
      				
      			<?php } else { ?>
      			
      				<p>&copy; <?php echo date('Y'); ?> <a href="<?php echo home_url(); ?>/"><?php bloginfo('name'); ?></a><br /><a class="footer-credits" rel="nofollow" title="Made with Organized Themes" href="http://www.organizedthemes.com">Organized Themes</a></p> 
      			
      			<?php } ?>
      
      

      with any text/html you’d like to use.

    4. Save your changes.

    That should let you place just about anything you’d like to have in the footer. If you have any questions or trouble, let me know.

    Thanks,
    Bill

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