• I have found other topics similar to this one. I tried what others have suggested but it either did not work of fit my situation. The theme and plugins are updated. The theme is Olvi

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hi @jldouglas58

    I assume you need to display somewhere near a yellow-colored date.

    Following is a code snippet using which you can print the author of the current post;

    <?php
    $author = get_the_author();

    echo $author;

    I hope this is what you are looking for. Or else try to explain your requirement in detail, then I can help you out more on this.

    Thanks,
    Aashish

Viewing 1 replies (of 1 total)
  • The topic ‘Author not displaying in Blog’ is closed to new replies.