• I was successful in getting WordPress to load. I am very excited about this. However, I am not seeing the user or the time of the post in my blog. I know it should be simple and is probably answered somewhere in here. I have tried everything in admin, am I missing something?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try a different theme?

    if you are using the default theme, the author is commented out.

    Open up index.php in a good text editor, and find this:

    <!-- by <?php the_author() ?> -->

    remove the commenting out, so it looks like so:

    by <?php the_author() ?>

    the time of the post is not commented out, or atleast it should not be:

    <?php the_time('F jS, Y') ?>

    Thread Starter Museu

    (@museu)

    Thank you for the fast response. I didn’t think anyone would care. I will try these two things and see how it goes. I’m sure it will work.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘User and Time Stamp Help.’ is closed to new replies.