Footer.php
-
I want to insert more widget in the “footer text” bar. The widget should be shown vertically like — — —. Not more footer, only multiply widget in footer.
How can I do that?
In my Theme I have the code (footer.php):
<div id="footer"><div id="box_copy"><?php if ( is_active_sidebar( 'footer_text' ) ) : ?> <?php dynamic_sidebar( 'footer_text' ); ?> <?php endif; ?><div class="line_bot"></div><?php echo get_option('scom_footer'); ?></div> </table><br class="clear"><?php if (get_option('scom_facebook') <> '') : ?> <a>" target="_blank" class="lnk_socials"><img src="<?php echo bloginfo('template_directory').'/img/social/icon2.png'; ?>" alt="" class="img_socials" /></a> <?php endif; ?> <?php if (get_option('scom_twitter') <> '') : ?> <a>" target="_blank" class="lnk_socials"><img src="<?php echo bloginfo('template_directory').'/img/social/icon1.png'; ?>" alt="" class="img_socials" /></a> <?php endif; ?><br class="clear"><p id="inf"></p> </div></div> </body> </html>
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Footer.php’ is closed to new replies.