How To Edit Simple Sidebar
-
Hey Guys,
My site is ashleywright.info and as you can see I have to sidebars I am perfectly happy with the one on the left hand side but with the right hand side it is mirroring the left side which i do not want the code is as followed
<!– begin r_sidebar –>
<div id=”r_sidebar”>
<ul id=”r_sidebarwidgeted”>
<?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(2) ) : else : ?><li id=”recent-posts”>
<h2>Recent Posts</h2>-
<?php get_archives(‘postbypost’, 5); ?>
<?php endif; ?>
</div>
<!– end r_sidebar –>
Any Ideas?
Thanks
-
In your dashboard, go to Appearance -> Widgets. Look on the right hand side. Do you see two sidebar sections to drag and drop widgets into? If so, make sure there are widgets in that second section.
Tried that! I don’t know muc about wordpress but I know the basics, it is something to do within the sidebar file
Yes, could you please paste the sidebar.php here? be sure to use backticks or the code button. If you have more than one sidebar.php file, paste those too. (i.e. sidebar2.php)
<!– begin r_sidebar –>
<div id=”r_sidebar”>
<ul id=”r_sidebarwidgeted”>
<?php if ( function_exists(‘dynamic_sidebar’) && dynamic_sidebar(2) ) : else : ?><li id=”recent-posts”>
<h2>Recent Posts</h2><?php get_archives(‘postbypost’, 5); ?>
<?php endif; ?>
</div>
<!– end r_sidebar –>
Ashley,
I installed the theme on my test site and I have both sidebars working properly. Again, in your Appearance -> Widgets, look on the right hand side. You will see two sidebar sections: Sidebar 1 and Sidebar 2. Drag and drop widgets to each respective sidebar. They should dynamically update on your site.
If this does not work for you I recommend deleting and reinstalling the Revolution Code Blue theme again.
Yes I tried that but what originally happened was that the left sidebar had automatic widgets ie Meta, Log In etc so I switched it round with the right Sidebar, if you look you will see this…
They are both automatic. Does your widgets page look like this?
Yeah I have that part but then when you upload there is still extras that i dont want?
The topic ‘How To Edit Simple Sidebar’ is closed to new replies.