Wordpress Sidebar Question

Discussion in 'WordPress' started by theultimatepublishing, Aug 16, 2006.

  1. #1
    I'm terrible at php & html, so please don't laugh at my question.

    How do I remove the calender & the search box from my sidebar?

    You can check out my blog in my sig. Thank you.
     
    theultimatepublishing, Aug 16, 2006 IP
  2. iPod

    iPod Notable Member

    Messages:
    3,013
    Likes Received:
    409
    Best Answers:
    0
    Trophy Points:
    205
    #2
    Go to Presentation >> Theme Editor >> Sidebar and then either delete the calendar code or put comments tags outside them.

    If you think you can't do it (as the codes can't be messed up with if you don't know about them) then try asking help from a PRO. :)
     
    iPod, Aug 16, 2006 IP
  3. amitpatel_3001

    amitpatel_3001 Results Follow Patience

    Messages:
    14,074
    Likes Received:
    1,178
    Best Answers:
    0
    Trophy Points:
    430
    #3
    yep,
    also this is the calender code you want to delete
    <?php get_calendar();?>

    Also find this code and delete to remove the search bar.
    
    <form method="get" class="searchform" action="<?php bloginfo('home'); ?>/">
    <div>
    <input type="text" size="20" value="<?php echo wp_specialchars($s, 1); ?>" name="s" class="s" />
    <input type="submit" class="submit" value="<?php _e('Search'); ?>" />
    </div>
    </form>
    
    Code (markup):
     
    amitpatel_3001, Aug 16, 2006 IP
  4. theultimatepublishing

    theultimatepublishing Peon

    Messages:
    207
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #4
    It's done! Thank you so much!
     
    theultimatepublishing, Aug 16, 2006 IP