I am using iNove theme. In widgets I have only selected Categories and Resent Posts… but when i go to my site http://www.howtovm.com I have others displayed such as Blogroll, Categories again, Archives and Meta…
How do remove those? what is controling those widgets?
Those could be a result of ‘hard-coded’ template tags in your theme (e.g. sidebar.php). For example the template tag, wp_list_bookmarks(), displays your links/blogroll, wp_list_categories() displays categories, wp_get_archives() displays archives, and wp_register() and wp_loginout() are parts of Meta.