• 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)
  • What theme is this?

    Thread Starter xiao_coffe

    (@xiao_coffe)

    albecocommerce FREE THEME from ready ecommerce.

    I have tried multiplyed:
    ———————————————————-
    <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>
    ———————————————————-

    Three times, but it shown the same widget everywere

    Have you asked them about how to modify this in the theme? These forums only support themes from here:

    http://wordpress.org/themes/

    So they’d really be the best ones to ask.

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