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.]