Hello,
I'm trying to add some widgets to the footer so I may have some additional content in that area. I have a few questions about the coding and additional parameters if they are needed.
Here's a picture of my ultimate goal:
I've have "widget area 1" in place - this can be seen on my site - I added this code in the footer content area: <?php bfa_widget_area('name=Footer Widget 1&before_widget=<div id="%1$s" class="header-widget %2$s">&after_widget=</div>'); ?> . So that seems to work.
Now if I've reading the instructions correctly, I can add multiple widgets to a single widget area, right? If so, will my widgets align horizontally across the page or vertically? Horizontal is the plan.
Finally, my final goal to have the most important links from my site page at the bottom of my footer in four colums - in a nice but small font. I thought widgets might be the answer there too. If not any better ideas?
Of course at the bottom would be all the current code: "<p>Copyright © %current-year% %home% - All Rights Reserved" etc.
So any thoughts?
Thanks in advance,
Shawn