• V E

    (@eddie-vdub)


    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter V E

    (@eddie-vdub)

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

    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.

    newseed

    (@newseed)

    I tried looking for these line of codes but my index is simply not the same. This may be due to the new version I have (2.9.2)

    jianchung

    (@jianchung)

    archiepeep your suggestions worked.

    I on the other hand have another problem while i was trying to make the theme float in the middle, the #rap column just wont wrap over the content. The footer just goes all the way up.

    Anyone can help?
    My site: https://ahyen.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Sidebar moves to bottom of posts in bbv1 theme’ is closed to new replies.