Forums

[resolved] editing side bar? (5 posts)

  1. liesldiesel
    Member
    Posted 2 years ago #

    I want to take off the PAGES and BLOGROLL on the right hand side bar and if possible move my sidebar over to the grey area so that I have more room for photos.

    I have no experience with css. If anyone has any tips on this I would highly appreciate it!

    http://liesldieselphoto.com

  2. esmi
    Theme Diva & Mod
    Posted 2 years ago #

    1. Try editing sidebar.php and removing:

    <h4>Pages</h4>
    <ul><?php wp_list_categories('title_li');?></ul>

    and

    div class="widget-move-over">
    <?php wp_list_bookmarks('title_li=&title_before=<h4>&title_after=</h4>'); ?>
    </div>

    Not sure what you mean about moving the sidebar. The only way to provide more room is to increase the overall page width.

  3. liesldiesel
    Member
    Posted 2 years ago #

    oh thanks so much for your fast response! I don't see the things you mentioned. here is my sidebar.php

    <div id="sidebartop"></div>
    <div id="sidemenu">

    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('rightsidebar') ) : ?>
    <h4>Meta</h4>

      <?php wp_register(); ?>

    • <?php wp_loginout(); ?>
    • <?php wp_meta(); ?>

    <h4>Categories</h4>

      <?php wp_list_categories('title_li='); ?>

    <?php if ( function_exists('wp_tag_cloud') ) : ?>
    <?php /*?>available in wp 2.3<?php */?>
    <h4>Popular Tags</h4>
    <p>
    <?php wp_tag_cloud('smallest=8&largest=22&number=10'); ?>
    </p>
    <?php endif; ?>
    <h4>Archives</h4>

      <?php wp_get_archives('type=monthly'); ?>

    <h4>Links</h4>

      <?php wp_list_bookmarks('title_li=0&categorize=0'); ?>

    <?php endif; ?>
    </div>
    <div id="sidebarbottom"></div>

  4. ryans149
    Member
    Posted 2 years ago #

    you can remove the widgets from admin panel.

    To increase the area, you need to increase the width of sidebar area...

  5. liesldiesel
    Member
    Posted 2 years ago #

    Oh thank you so much Ryan! I found that :) I will try to figure out how to increase the area now. You guys are awesome :)

Topic Closed

This topic has been closed to new replies.

About this Topic