• 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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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>

    Thread Starter henriksultan

    (@henriksultan)

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Who is posting’ is closed to new replies.