Forums

Sidebar moves to bottom of posts in bbv1 theme (3 posts)

  1. Eddie vdub
    Member
    Posted 5 months ago #

    Lovin the simplicity of this theme. Thanks!

    The sidebar on my pages works fine but when visiting a post, the sidebar (widgets) migrate to the bottom.

    Any ideas?
    Thanks for your help

    akamundo.com

    e

  2. Eddie vdub
    Member
    Posted 5 months ago #

    by the way, my blog posts are under "News" in the sidebar

  3. archipeep
    Member
    Posted 4 months ago #

    Eddie,

    I had the SAME problem. Eventually I fixed it in the index.php file. Look for a lonely </div> tag as shown in the code below:

    <?php comments_template(); // Get wp-comments.php template ?>
    
    			</div> /* DELETE THIS */
    
    		<?php endwhile; ?>

    Delete the </div> tag on line 29 (As noted above).

    Then look for this code:

    <div class="entry">
    					<?php the_content('Read the rest of this entry &raquo;'); ?>
    				</div>
    
    				<div id="postinfo">by <?php the_author() ?> | Posted in <?php the_category(', ') ?> | <?php edit_post_link('Edit', '', ' | '); ?> <?php comments_popup_link('No Comments »', '1 Comment »', '% Comments »'); ?> | <?php the_tags('Tags:<i> ', ', '); ?></i>
    </div>
    			</div> /* ADD THIS */
    
    <div class="feedback">

    Now add </div> to line 21 (As noted above).

    In short, move </div> tag on line 29 to line 21 and everything should work fine. Post response to let us know if this worked for you.

Reply

You must log in to post.

About this Topic

Tags