Thanks! that helped only in the first page of the blog. When you click to go to the second, then the sidebar appears at the bottom, right after the content. The code that I think is causing this is a code I put to make the "Read More" tag work in pages, because whenever I remove that code, the page works perfectly, but I really want to have the Read More function. Any idea how I can do this?
The code I added is this:
Code:
<?php global $more; $more = 0; ?>
And I added it so it appears as follows:
Code:
</div>
<?php global $more; $more = 0; ?>
<?php the_content(__('[Read more]'));?><div style="clear:both;"></div>
Thanks!
Marco