• Resolved zzz7

    (@zzz7)


    Hello,
    I am using 2.7.1 and i chose one free theme which has 4 slots on the right sidebar for 125*125 ads. First thing i would like to release that space to use something for more important so can you please tell me
    1. How to free that area by removing those ads spaces. (Steps Please)
    2. If i can’t delete them then how to use them? (Steps Please) Thank You so much.
    Regards
    zzz7

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello zzz7,

    Can you please copy & paste the code from your sidebar.php file? I will then be able to help you further.

    Also, you can begin a chat with me:

    skype: motivatebusiness
    yahoo: motivatebusiness

    Thread Starter zzz7

    (@zzz7)

    <div id=”sidebar” class=”sidebars”>

      <?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(1) ){
      ?>
      <?
      } else { ?>

      <?php if ( function_exists(‘wp_tag_cloud’) ) : ?>
      <li class=”widget_tags”>
      <h2>tag cloud</h2>
      <p><?php wp_tag_cloud(‘smallest=8&largest=22’); ?></p>

      <?php endif; ?>

      <li class=”widget_categories”>
      <h2>Category</h2>

      <?php wp_list_cats(‘sort_column=name&optioncount=1’); ?>

    <li class=”widget_archives”><h2>Archives</h2>

      <?php wp_get_archives(‘type=monthly’); ?>

    <!–<?php wp_list_bookmarks(); ?>–>

    <!–<li class=”widget_meta”><h2>Meta</h2>

    –>

    <?php } ?>

    </div>

    Thread Starter zzz7

    (@zzz7)

    Thank You so much Richard for helping me.Appreciate it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How To Delete 125*125 Ads From The Sidebar’ is closed to new replies.