Dynamic_sidebar() question
-
Hey guys, thanks for reading.
I understand that dynamic_sidebar() accepts a string parameter what correlates with the sidebar name, for instance here:
<?php dynamic_sidebar( 'bottombar' ); ?>I’m needing to edit ‘bottombar’ but have no idea where to find it. Where is this generally stored in WP’s file structuring? I can’t find documentation that highlights this. Is this within my theme files? Is this in the admin? Where do I find the html to edit sidebar ‘bottombar’?
The topic ‘Dynamic_sidebar() question’ is closed to new replies.