• Hello all,

    I am working on the new twenty eleven child theme and would like to know how to move my “posted on—Date” above my post title. Currently it is in the default position just below the post title. I would also like to know the best way to edit this data. I have been searching for the example the codex resources give but havn’t found it yet.

    <small>This entry was posted on
    <?php the_time('l, F jS, Y') ?> at
    <?php the_time() ?> and is filed
    under <?php the_category(', ') ?>. You
    can follow any responses to this entry
    through the <?php comments_rss_link('RSS 2.0'); ?>
    feed.</small>

    [Please post code snippets between backticks or use the code button.]

Viewing 1 replies (of 1 total)
  • as this is done with twentyeleven_posted_on() which is definded in functions.php (not the snippet you posted), you would need to copy the function into functions.php of your child theme, and edit it to remove the posted on dd/mm/yy part (which would effect all pages where the function is used), and also copy and edit content.php and/or content-single.php to add the date above the post title (depending on where you want to change the design).

Viewing 1 replies (of 1 total)
  • The topic ‘How To Edit And Move Post Date Above Post Title’ is closed to new replies.