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.
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.
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):