Hi,
is there a way we can modify how a particluar widget behaves or can anybody tell me where the code for that particular widget is located.
like if i want to modify what meta widget displays
and i want to display the tag cloud at the bottom if the page
Please recommend
Thanx
ltoso
like if i want to modify what meta widget displays
You could modify wp-admin/widgets.php
and i want to display the tag cloud at the bottom if the page
If you want it lower, drag it down in the Appearance->Widget screen. If you want widgets displayed in your footer.php then code your theme to do that.