Cutline Theme Support Forums » Cutline Theme Support Forums

How to change the position of sidebar contents

(4 posts)
  • Started 4 years ago by Luc
  • Latest reply from Luc
  • This topic is not resolved

  1. 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 if (have_posts()) : while (have_posts()) : the_post(); ?>

    • "><?php the_title() ?>
    • <?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. :)

    Posted 4 years ago #
  2. I had the exact same problem as you and eventually gave up because it wasn't that important to waste time on. My issue was that comments disappeared when I did that. It was the recent posts that caused the problem. Had no problem at all moving stuff from left to right.

    I assume that there's an closing <php> tag we are forgetting to move I guess. If someone figures this out let us know. I haven't fooled around with this in a while...

    Posted 4 years ago #
  3. By the way, this is the url of my blog. http://www.octwelve.com

    Thanks!

    Posted 4 years ago #
  4. Ok, I figured it out myself. I edited the css instead and set to this

    #content float:right
    #sidebar float:left
    #l_sidebar float:right

    And moved things from left to right.

    Posted 4 years ago #

RSS feed for this topic

Reply

You must log in to post.