practitioner
asked on
Wordpress - how to rename sidebars?
Hello,
I'm not able to figure out how do I rename these sidebars?
Please check the attached screen shot as well.
Thanks
wordpress-how-to-rename-sidebars.png
I'm not able to figure out how do I rename these sidebars?
<!-- SideBar 7 for One line on top -->
<div id="top_line">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(7) ) : ?>
<?php endif; ?>
</div>
<!-- SideBar 5 for Widget Book -->
<div id="book_block">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(5) ) : ?>
<?php endif; ?>
</div>
<!-- SideBar 6 for Widget Lead Video -->
<div id="lead_video_block">
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(6) ) : ?>
<?php endif; ?>
Please check the attached screen shot as well.
Thanks
wordpress-how-to-rename-sidebars.png
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
ASKER
Great, thanks guys and apologies for the delayed response. I'll try this on weekend and will get back to you.
Thanks
Thanks
ASKER
I still need time to check this, apologies again.
ASKER
Thanks everyone.
ASKER
Thanks for the reply, unfortunately, I'm not sure where will I do this? An example would be a great help. And as you can see the screen shot in my original post, I have several sidebars, I would like to give all of them a meaningful name.