• My blog womenrich.com theme multicolor is supported by widges what i need to do (which i do not know how )is :

    1)Adding Quotes area which will be updated regularly .

    2)under the Quotes area i need to how 1)recent comments & 2) recent posts

    (Quotes area)
    recent recent
    comments post

    How I can do that ?!!

    style.ccs

    #footer { padding: 50px 25px 20px 25px; color: #000; height:220px; margin-top:30px;}
    #footer { width: 1300px!important; }
    .footer_widget_area { float: left; width: 20%; margin-left: 30px; color: #E02016; }
    .footer_widget_area a:hover { color: #000; }
    .footer_widget_area:first-child { margin-left: 0; }
    .footer_widget_area ul { list-style: none; }
    .footer_widget_area ul li { margin: 100px 0 0 0; padding: 0; }
    .footer_widget_area ul li:first-child { margin-top: 0; }
    .footer_widget_area ul li h2 { color: #fff; font-family: Arial; font-size: 18px; padding-bottom: 5px; border-bottom: 1px #ebb solid; }
    .footer_widget_area ul li li { padding: 5px 0; margin: 0; }
    .footer_widget_area ul li li:first-child { padding-top: 0; }

    footer.php

    <div id=”footer”>
    <div class=”footer_widget_area” id=”footer_widget1″>

      <?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(‘Footer Widget 1’) ) : else : ?>
      <?php endif; ?>

    </div>
    <div class=”footer_widget_area” id=”footer_widget2″>

      <?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(‘Footer Widget 2’) ) : else : ?>
      <?php endif; ?>

    </div>
    <div class=”footer_widget_area” id=”footer_widget3″>

      <?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(‘Footer Widget 3’) ) : else : ?>
      <?php endif; ?>

    </div>
    <div class=”clear”></div>
    <div class=”copyright”>
    </div>
    </div>
    </div><!– End of Wrapper –>
    <?php wp_footer(); ?>
    </body>
    </html>

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘blog footer widgets ( Help)’ is closed to new replies.