Adding Widgets to Footer

by viator
7 replies
Hi,

Anyone know how to add widgets to the footer area if the Wordpress theme dosen't support it.

I know you could do some html editing to the theme files, and I did so. But it came out looking weird.

Any help? If you would like to look at it soccerdrillshq.com
#adding #footer #widgets
  • Profile picture of the author chretit
    Not sure if it's changed in the latest versions of WordPress but you can create new widget areas by using register_sidebar function in functions.php file in the theme folder. But it might be a little bit too complex a task if you haven't done WP theme programming before.

    Please have a look at this link:
    Make Your WordPress Theme Widget-Ready Tutorial - See How Easy It Is To Widgetize WordPress Themes | Theme Lab

    But what you have now doesn't look too bad, what are your concerns?

    Peace
    {{ DiscussionBoard.errors[7082771].message }}
  • Profile picture of the author Tom Albas
    Originally Posted by viator View Post

    Hi,

    Anyone know how to add widgets to the footer area if the Wordpress theme dosen't support it.

    I know you could do some html editing to the theme files, and I did so. But it came out looking weird.

    Any help? If you would like to look at it soccerdrillshq.com
    I am providing you tutorial link which gives you little bit help to solve out your problem.
    How to Add Widgets to WordPress Theme's Footer | Tips and Tricks
    {{ DiscussionBoard.errors[7083138].message }}
    • Profile picture of the author viator
      Thats what I used, you wouldn't happen to know how to change the widgets that are in the footer?
      {{ DiscussionBoard.errors[7085821].message }}
  • Profile picture of the author chretit
    Change in what way? The layout?
    {{ DiscussionBoard.errors[7086084].message }}
  • Profile picture of the author viator
    The widgets in the footer are the same thats in my side bar and I'm not sure how to change that
    {{ DiscussionBoard.errors[7086166].message }}
  • Profile picture of the author chretit
    I see, good point, lol!

    1. Did you name the second sidebar something different when you registered it? (in part one of the tutorial Tom posted)
    2. Did you use that name in the second bit (part 2 - inserting sidebar)

    3. Did you change the content of the new widgets in your admin widget area?
    {{ DiscussionBoard.errors[7086275].message }}
  • Profile picture of the author Elamros
    I think you can tweak this if you know HTML. Not really sure how to do this, but why would you want the plugins in your footer? I think it will be more noticeable in the sidebar. you can do widgets in the footer per blog post.
    {{ DiscussionBoard.errors[7089223].message }}

Trending Topics