Title: yeahjack's Replies | WordPress.org

---

# yeahjack

  [  ](https://wordpress.org/support/users/yeahjack/)

 *   [Profile](https://wordpress.org/support/users/yeahjack/)
 *   [Topics Started](https://wordpress.org/support/users/yeahjack/topics/)
 *   [Replies Created](https://wordpress.org/support/users/yeahjack/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/yeahjack/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/yeahjack/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/yeahjack/engagements/)
 *   [Favorites](https://wordpress.org/support/users/yeahjack/favorites/)

 Search replies:

## Forum Replies Created

Viewing 11 replies - 1 through 11 (of 11 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Latest headlines](https://wordpress.org/support/topic/latest-headlines/)
 *  [yeahjack](https://wordpress.org/support/users/yeahjack/)
 * (@yeahjack)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/latest-headlines/#post-1142161)
 * thats great, thanks a lot!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Latest headlines](https://wordpress.org/support/topic/latest-headlines/)
 *  [yeahjack](https://wordpress.org/support/users/yeahjack/)
 * (@yeahjack)
 * [15 years, 11 months ago](https://wordpress.org/support/topic/latest-headlines/#post-1142159)
 * is there a way to enable this for all categories?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [My sidebar has moved since i posted a second post.](https://wordpress.org/support/topic/my-sidebar-has-moved-since-i-posted-a-second-post/)
 *  Thread Starter [yeahjack](https://wordpress.org/support/users/yeahjack/)
 * (@yeahjack)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/my-sidebar-has-moved-since-i-posted-a-second-post/#post-1297567)
 * thank you. thank you thank you thank you. that has sorted the problem! thank 
   you so much (:
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [My sidebar has moved since i posted a second post.](https://wordpress.org/support/topic/my-sidebar-has-moved-since-i-posted-a-second-post/)
 *  Thread Starter [yeahjack](https://wordpress.org/support/users/yeahjack/)
 * (@yeahjack)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/my-sidebar-has-moved-since-i-posted-a-second-post/#post-1297558)
 * i put the </div> where you suggested but it moved the footer and also the sidebar
   to the far left, however the footer (obviously) should be under the main content,
   and the sidebar just to the side. i will post my index.php below.
 *     ```
       <?php
       /**
        * @package WordPress
        * @subpackage Classic_Theme
        */
       get_header();
       ?>
   
       <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
   
       <div class="main1">
       <table cellpadding="2" cellspacing="0" border="0"><tr><td><div class="date"><h2><?php the_time('d') ?></h2>
       <h3><?php the_time('M') ?></h3></div></td>
       <td><div class="title"><h1><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h1></div></td></tr></table><div class="content"><?php _e("FILED UNDER:"); ?> <?php the_category(',') ?> , <?php the_author() ?> , <?php comments_popup_link(__('0'), __('1'), __('%')); ?> <?php edit_post_link(__('EDIT')); ?><br />
       <?php the_content(__('(more...)')); ?><br /><br />
   
       <?php comments_template(); // Get wp-comments.php template ?></div>
   
       <center><div style="margin-top:-3px;"><img src="/images/cont_bot.png" alt="" border="0" /></div></center>
   
       </div>
   
       <br /><br />
   
       <?php wp_link_pages(); ?>
   
       <?php endwhile; else: ?>
       <p><?php _e('Sorry, no posts matched your criteria.'); ?></p>
       <?php endif; ?>
   
       <?php posts_nav_link(' — ', __('&laquo; Newer Posts'), __('Older Posts &raquo;')); ?> </div>
   
       <?php get_footer(); ?>
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [My sidebar has moved since i posted a second post.](https://wordpress.org/support/topic/my-sidebar-has-moved-since-i-posted-a-second-post/)
 *  Thread Starter [yeahjack](https://wordpress.org/support/users/yeahjack/)
 * (@yeahjack)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/my-sidebar-has-moved-since-i-posted-a-second-post/#post-1297331)
 * oh. i accidentally missed alchymyth’s post.
    and i added an extra </div> in my
   index.php file and my sidebar has moved back.
 * now to fixing every other page 😛
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [My sidebar has moved since i posted a second post.](https://wordpress.org/support/topic/my-sidebar-has-moved-since-i-posted-a-second-post/)
 *  Thread Starter [yeahjack](https://wordpress.org/support/users/yeahjack/)
 * (@yeahjack)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/my-sidebar-has-moved-since-i-posted-a-second-post/#post-1297328)
 * thats what i thought originally, but i cant seem to find anywhere that is missing
   a </div> or anything. and with fixing my index i have screwed up ALL my other
   pages ):
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [My sidebar has moved since i posted a second post.](https://wordpress.org/support/topic/my-sidebar-has-moved-since-i-posted-a-second-post/)
 *  Thread Starter [yeahjack](https://wordpress.org/support/users/yeahjack/)
 * (@yeahjack)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/my-sidebar-has-moved-since-i-posted-a-second-post/#post-1297324)
 * i dont have a “single.php” page? and my sidebar is right under my content, if
   you scroll to the bottom of the three wordpress posts on my index page you should
   see a sidebar, that is not on the side.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [My sidebar has moved since i posted a second post.](https://wordpress.org/support/topic/my-sidebar-has-moved-since-i-posted-a-second-post/)
 *  Thread Starter [yeahjack](https://wordpress.org/support/users/yeahjack/)
 * (@yeahjack)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/my-sidebar-has-moved-since-i-posted-a-second-post/#post-1297317)
 * ok. so now my site is xhtml validated according to that validating site, but 
   my sidebar is still below the rest of my content. any ideas?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Validation problems.](https://wordpress.org/support/topic/validation-problems-2/)
 *  Thread Starter [yeahjack](https://wordpress.org/support/users/yeahjack/)
 * (@yeahjack)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/validation-problems-2/#post-1297314)
 * hahaha (: i got rid of center, i used margin: 0 auto instead
 * and oh dear, as if i did. thats usually the first thing i check!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [My sidebar has moved since i posted a second post.](https://wordpress.org/support/topic/my-sidebar-has-moved-since-i-posted-a-second-post/)
 *  Thread Starter [yeahjack](https://wordpress.org/support/users/yeahjack/)
 * (@yeahjack)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/my-sidebar-has-moved-since-i-posted-a-second-post/#post-1297297)
 * ok. but i meant to have two id=”main” as they are the individual post boxes. 
   i just tried to change the id to style=”body” and i changed the name of the #
   main bit in my css but it compltetely messed up what it should look like.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Page themes](https://wordpress.org/support/topic/page-themes/)
 *  Thread Starter [yeahjack](https://wordpress.org/support/users/yeahjack/)
 * (@yeahjack)
 * [16 years, 5 months ago](https://wordpress.org/support/topic/page-themes/#post-1290914)
 * not sure if im allowed to, but bump.

Viewing 11 replies - 1 through 11 (of 11 total)