• I use the default theme 1.6. This theme gives no author name under the posting. Is it possible to get the name of the author displayed? I have 5 authors and i like the message to be marked with the name of the writer.

    Greetings, Walter

Viewing 1 replies (of 1 total)
  • Search the index.php file for a line like this:

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

    Make it look like this:

    <?php the_author() ?>

    This is known as “uncommenting”. Should be good to go. [Alternatively, if you don’t have <?php the_author() ?> in index.php anywhere, post back, and I’ll post a more definitive example to get you going.]

    [[Oh. And try looking through the myriad of gorgeous themes at https://themes.wordpress.net – there is NO reason to be stuck with the “default”.]]

Viewing 1 replies (of 1 total)
  • The topic ‘Authorname nder the posting’ is closed to new replies.