• 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)
  • Are you sure your theme doesn’t reference a 2nd sidebar anywhere in the code?

    Change? as in how it looks or what is in it?

    It looks like you have added the widgets, so you probably have 2 sidebars under presentation/widgets.

    If you want to change the look or style of it, you have a “sidebar-right” class in your stylesheet you can edit.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t edit my Right Sidebar’ is closed to new replies.