Cutline Theme Support Forums » Cutline Theme Support Forums

username not visible

(2 posts)
  • Started 4 years ago by ballyhoo
  • Latest reply from MarkA
  • This topic is not resolved

  1. Hi,

    I am a newbee. So please excuse me for a naieve question..

    I am not able to generate the username for each post.. It must be simple to resolve.. But i can't find the answer.

    This is the blog.
    I would apreciate it if you would have a look at it..

    many thanks,

    B.

    Posted 4 years ago #
  2. In your single.php file, (in Notepad, or your editor of choice) look at the 8th line of code. It should read something like:
    <h4><?php the_time('F jS, Y') ?></h4>

    Revise it to: <h4><?php the_time('F jS, Y') ?> - by: <?php the_author() ?></h4>

    Posted 4 years ago #

RSS feed for this topic

Reply

You must log in to post.