Viewing 1 replies (of 1 total)
  • You can go to this link here: http://codex.wordpress.org/Template_Tags/the_author

    After reading this and getting an understanding, this is how I specifically use it on my site so that the date, time, author and category shows: `<?php the_date(‘l, F jS, Y’) ?> @ <?php the_time() ?> by <?php the_author() ?>
    | <?php the_category(‘, ‘) ?>`

    This is being used in my single.php and my home.php file before the usage of this: <?php the_content …blah blah blah (ok, it doesn’t actually say blah blah blah but just giving you a reference point for where to look for a place to put it…you obviously want the author to be posted after this <?php the_title(); ?> but before this <?php the_content

    How you format it is up to you.

Viewing 1 replies (of 1 total)

The topic ‘posted by?’ is closed to new replies.