Link to home
Create AccountLog in
Avatar of practitioner
practitionerFlag for Singapore

asked on

Wordpress - how to rename sidebars?

Hello,
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; ?>

Open in new window


Please check the attached screen shot as well.

Thanks
wordpress-how-to-rename-sidebars.png
SOLUTION
Avatar of Jagadishwor Dulal
Jagadishwor Dulal
Flag of Nepal image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of practitioner

ASKER

Hi jagadishdulal,
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.
ASKER CERTIFIED SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
SOLUTION
Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
Great, thanks guys and apologies for the delayed response. I'll try this on weekend and will get back to you.

Thanks
I still need time to check this, apologies again.
Thanks everyone.