• Resolved Guy Scharf

    (@guy-scharf)


    I want to eliminate the Posted on and Posted on… and Posted in… lines before and after the body of a post when looking at the usual blog presentation of recent posts. I want to display these lines when looking at a single post.

    I know how to eliminate these lines entirely everywhere, but I want to eliminate them conditionally.

    What’s the best way to accomplish that? I am using Twenty Ten and have would like to put these changes in a child theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Have you tried using
    <?php twentyten_posted_on(); ?>

    in the single.php?

    Thread Starter Guy Scharf

    (@guy-scharf)

    Looks like what I needed to do was to modify loop.php to eliminate entry-meta and entry-utility. My main page of posts now looks as desired.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Formatting posts differently when single vs multiple in Twenty Ten child theme’ is closed to new replies.