Hey,... i have a theme called tigopedia which has come preinstalled with useless widgets like calender etc which i want removed.. how do i do that?
Go to your theme editor and select 'right.php' Look for the following code: <div class="widget-title">Calendar</div> <div align="center" class="widget"> <?php get_calendar(); ?> </div> Code (markup): and remove it.