Viewing 6 replies - 1 through 6 (of 6 total)
  • untested:

    edit loop.php; move the whole section (line 148 to 166):

    <div class="entry-utility">
    ...
    ...
    </div><!-- .entry-utility -->

    up to after this section:

    <div class="entry-meta">
    <?php twentyten_posted_on(); ?>
    </div><!-- .entry-meta -->

    repeat the same in loop-single.php (the section to move looks a bit different line 54 to 57);

    btw:
    twenty ten will be overwritten with the next upgrade of your wordpress version; consider http://codex.wordpress.org/Child_Themes

    Thread Starter thelastshaun

    (@thelastshaun)

    Thanks for your reply, alchymyth.

    Your suggestion only worked with loop-single.php. When I did it with loop.php, the categories and tags disappeared altogether.

    Also, thanks for the pointers in regards to twenty ten being overwritten. Does this mean that all of the html that I’ve moved around will be messed up if I update?

    Thanks again!

    -Shaun

    Thread Starter thelastshaun

    (@thelastshaun)

    Got it to work. Thank you so much!

    However, I am still curious about the twenty ten theme? Will all of my modifications (outside of .css) be erased?

    -Shaun

    all twenty ten template files will be overwritten during hte upgrade – that will erase all of your html changes and the changes in style.css.

    at least make sure you have a backup copy of your theme somewhere safe.

    Shaun, I have the same problem you had with the loop.php it just disappeard… How did you solve it?

    Thanks,
    Linda Johansson

    Thread Starter thelastshaun

    (@thelastshaun)

    Hello Linda,

    I found out (the hard way) that there are two sets of the code that alcymyth suggested to move. In your loop.php, if you scroll down, you’ll notice a second one, and that’s the one you’ll want to modify.

    Hope this helps!

    -Shaun

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Move Categories Tags to Top?’ is closed to new replies.