• Hi, I’m new to all of this and could use somehelp. I am running the X Blog 1.1 theme at my site – (www.gopusanj.com), and I was wondering if there was a way to add the author of the post to the area where it lists the category and comments link ?

    Thanks in advance –

Viewing 3 replies - 1 through 3 (of 3 total)
  • Here’s a good example:

    Posted <?php the_time('F jS, Y') ?> by <?php the_author() ?> in <?php the_category(', ') ?>

    Will result in:

    Posted (todays date) by (the author) in (the category).

    All of that information is in the index.php file already but it is not being reflected in the live site. Is there an option in the admin section that needs to be activated?

    -holsum

    No admin section…

    The WordPress 1.6 Default theme has the the_author code ‘commented’ out so it won’t display unless you delete the
    <!-- and -->

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Adding Author Name’ is closed to new replies.