Hi! I just have a question regarding the cutline-3-column-split-11 theme. I have Categories and Archives on the left side and Recent Entries on the right side. What I want to happen is move the Recent Entries to the left side, above Category. I tried to cut and paste this code to the left sidebar
-----------
<li class="widget">
<h2>Recent Entries</h2>
-
<?php query_posts('showposts=10'); ?>
- "><?php the_title() ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<?php endwhile; endif; ?>
</uul>
</lli>
-----------
But when I do that, It displays all the entries in the "Middle" content even If I only clicked on one Entry. The comments are not displaying too.
Thanks for reading. I hope you can help me. :)
not resolved