Editing sidebar if using Widgets
-
Ok, so if I want to add a piece of PHP into my sidebar, for example, to call this RSS plugin:
<?php if (function_exists(‘clb_plus’)) { clb_plus(); } ?>
I would just edit either lsidebar.php or rsidebar.php in my relevant themes directory.But what if I’m using widgets? ( Which I am ). Where do I insert the above code to appear in my sidebar? It seems that the widget sidebar is built up independently from the sidebar page templates.
Thanks
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Editing sidebar if using Widgets’ is closed to new replies.