My Calender 2.0 is breaking in my sidebar
-
Hey,
I just downloaded and installed & actived the Calendar 2.0… the only thing it asked me to do was to go in sidebar.php and inster
<? if (function_exists(‘do_calendar’)) { do_calendar(); } ?>
In which I did below the search bar… but it just breaks… have a look : https://pumatalk.com/blog/
How can i get nice and tight?
Here’s line 12 to 29 in my sidebar.php to give u an idea
<li id=”search”>
<label for=”s”><?php _e(‘Search:’); ?></label>
<form id=”searchform” method=”get” action=”<?php echo $_SERVER[‘PHP_SELF’]; ?>”>
<div>
<input type=”text” name=”s” id=”s” size=”15″ />
<input type=”submit” value=”<?php _e(‘Search’); ?>” />
</div>
</form><? if (function_exists(‘do_calendar’)) { do_calendar(); } ?>
<li id=”archives”><?php _e(‘Archives:’); ?>
-
<?php wp_get_archives(‘type=monthly’); ?>
also if i wanted to change it color do i do that in the calendar.php ????
Joey Dee
- The topic ‘My Calender 2.0 is breaking in my sidebar’ is closed to new replies.