Can’t edit my Right Sidebar
-
I can’t change my right sidebar at all, I figured I would just open up sidebar.php and edit it how I wanted it, but the right sidebar is not in sidebar.php, only the left one is.
My Site – https://theelite.x10hosting.com
This is all I have in my sidebar.php
<!-- Sidebar --> <div class="sidebar"> <h3>Pages</h3> <ul> <?php wp_list_pages('title_li='); ?> </ul> <h3>Archives</h3> <ul> <?php wp_get_archives('type=monthly'); ?> </ul> <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(1) ) : ?> <?php endif; ?> </div> <!-- Sidebar -->
Which is the entire left sidebar, so how can I edit my right one? I can see the code in my page source, but I can’t find it.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Can’t edit my Right Sidebar’ is closed to new replies.