Forums

Who is posting (3 posts)

  1. henriksultan
    Member
    Posted 4 years ago #

    Im sorry if this question been up before but i cant find an answer when i google or serach this forum.

    When someone writes a post (I have multiple users) it shuld say somthing like ( postedby:xxx ). Cant find any option to turn this on or plugin or whatever...

    Maybe its me thats blind and dumb :p but i cant fint it?

  2. whooami
    Member
    Posted 4 years ago #

    thats inside your theme.. right now for the one you have its currently only showing up in your source. Did you happen to look at the source of your front page, for instance?

    <small>juli 20th, 2007 <!-- by Henrik Sultan --></small>

    Look at your theme's index.php -- locate this:

    <small><?php the_time('F jS, Y') ?> <!-- by <?php the_author() ?> --></small>

    change that, so that it looks like this:

    <small><?php the_time('F jS, Y') ?>by <?php the_author() ?></small>

  3. henriksultan
    Member
    Posted 4 years ago #

    Thanks man! A quick reply... u may close this post! it works like a charm!

Topic Closed

This topic has been closed to new replies.

About this Topic