• I am using twentyten theme and would like to move the “Posted in” up above the content, below the “Posted on” meta. I’ve managed this in the single on the loop_single, but cannot figure out how on the main landing page or category page.

    I’d also like to show the tags assigned for the post, but although I have some tags assigned, they’re not showing up on the loop_single with the code <?php the_tags('Tags: ', ', ', ''); ?>

Viewing 5 replies - 1 through 5 (of 5 total)
  • Don’t edit the Twenty Ten theme. Your changes will be over-written the next time you upgrade WordPress or the theme. For this reason, it is recommended that you consider creating a child theme for your customisations.

    Once your child theme is in place, we should be able to assist with your modifications.

    Thread Starter Lockhart

    (@muldari)

    Ok instead of that, I’ve installed a different theme. But I still can’t get the tags to show in the posts. I want them to display below the title. Help?

    check if the code <?php the_tags('Tags: ', ', ', ''); ?> is within the templates of your theme: index.php, single.php, loop.php?

    a link to your site might help to illustrate your problem, and to get you more replies.

    Thread Starter Lockhart

    (@muldari)

    https://theworkathomewoman.com/themetest/

    and yes, that code is there. There is no loop.php with this template. Do I need to edit the functions?

    ok, the tags are showing below the post title; in single posts and on the front page.

    what else do you want to change?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Rearranging meta in posts’ is closed to new replies.