انجمن


مشکل در حذف لیست های اضافه کنار صفحه سایت  (۲ نوشته)

  • ahb

    آفلاین
    عضو
    تعداد نوشته‌ها: ۲۵
    تشکر شده: ۹ بار
    # نوشته شده: ۱۲ سال پیش
    ۴ شهریور ۱۳۹۰ - ۱۱:۴۱

    سلام دوستان
    مشکل من لیست های اضافه کنار صفحه سایتم است
    من فقط میخواهم فقط لیست موضوعات داشته باشم
    کد قسمت

    <div id="sidebar">
      <div id="sidebar-top">
        <ul id="top-sidebarwidgets">
          <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('Sidebar_top') ) : else : ?>
          <h2>About this blog</h2>
          <div class="sidebar-top-box">
    
            <div class="box-padding">
              <p>This is an area on your website where you can add text. This will serve as an informative location on your website, where you can talk about your site.</p>
              <div style="clear:both;"></div>
            </div>
          </div>
          <?php endif; ?>
        </ul>
      </div>
      <div style="clear:both;"></div>
      <div id="sidebar-left">
        <ul id="l_sidebarwidgets">
          <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('Sidebar_left') ) : else : ?>
          <div class="Categ">
            <h2>Recent Posts</h2>
            <ul>
              <?php get_archives('postbypost', 10); ?>
            </ul>
            <br/>
            <h2>Categories</h2>
            <ul>
              <?php wp_list_cats('sort_column=name'); ?>
            </ul>
            <br/>
            <h2>Archives</h2>
            <ul>
              <?php wp_get_archives('type=monthly'); ?>
            </ul>
          </div>
          <?php endif; ?>
        </ul>
      </div>
      <div id="sidebar-right">
        <ul id="r_sidebarwidgets">
          <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('Sidebar_right') ) : else : ?>
          <h2>Links</h2>
          <ul>
            <?php get_links('-1', '<li>', '</li>', '', FALSE, 'id', FALSE,
    FALSE, -1, FALSE); ?>
            <li><a href="http://www.justdreamweaver.com/blog/">Dreamweaver Blog</a>
          </ul>
          <br />
          <h2>Meta</h2>
          <ul>
            <?php wp_register(); ?>
            <li>
              <?php wp_loginout(); ?>
            </li>
            <li><a href="http://validator.w3.org/check/referer" title="This page validates as XHTML 1.0 Transitional">Valid <abbr title="eXtensible HyperText Markup Language">XHTML</abbr></a></li>
            <li><a href="http://gmpg.org/xfn/"><abbr title="XHTML Friends Network">XFN</abbr></a></li>
            <li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress</a></li>
            <?php wp_meta(); ?>
          </ul>
          <br />
          <?php get_calendar(); ?>
          <?php endif; ?>
        </ul>
      </div>
    </div>
    SIDEBAR.PHP

  • iman

    آفلاین
    عضو
    تعداد نوشته‌ها: ۱۷۶
    تشکر شده: ۴۲ بار
    # نوشته شده: ۱۲ سال پیش
    ۴ شهریور ۱۳۹۰ - ۲۲:۴۷

    سلام من زياد وارد نيستم ولي ببينيد اين نميشه :

    <div id="sidebar">
      <div id="sidebar-top">
        <ul id="top-sidebarwidgets">
          <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('Sidebar_top') ) : else : ?>
    
            <div class="box-padding">
              <p>This is an area on your website where you can add text. This will serve as an informative location on your website, where you can talk about your site.</p>
              <div style="clear:both;"></div>
            </div>
          </div>
          <?php endif; ?>
        </ul>
      </div>
      <div style="clear:both;"></div>
      <div id="sidebar-left">
        <ul id="l_sidebarwidgets">
          <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('Sidebar_left') ) : else : ?>
          <div class="Categ">
            <h2>Recent Posts</h2>
            <ul>
              <?php get_archives('postbypost', 10); ?>
            </ul>
            <br/>
            <h2>Categories</h2>
            <ul>
              <?php wp_list_cats('sort_column=name'); ?>
            </ul>
            <br/>
            <h2>Archives</h2>
            <ul>
              <?php wp_get_archives('type=monthly'); ?>
            </ul>
          </div>
          <?php endif; ?>
        </ul>
      </div>
      <div id="sidebar-right">
        <ul id="r_sidebarwidgets">
          <?php if ( function_exists('dynamic_sidebar') && dynamic_sidebar('Sidebar_right') ) : else : ?>
          <?php endif; ?>
        </ul>
      </div>
    </div>

درباره‌ی این موضوع



برچسب‌ها

هیچ برچسبی نیست.