In my wordpress index.php whenever i change <?php the_post();?> to <?php the_excerpt();?> my sidebar goes crazy and drops to the bottom of the screen - any ideas? whoops typo in my 1st post - when i replace <?php the_content();?> with <?php the_excerpt();?> the sidebar breaks and goes to bottom
You're suppose to replace the_content tag to the_excerpt tag, not the_post. the_post tag creates The Loop, without it your post won't show properly.
whoops typo in my 1st post - when i replace <?php the_content();?> with <?php the_excerpt();?> the sidebar breaks and goes to bottom