V
V
vintalis2020-06-27 15:10:57
WordPress
vintalis, 2020-06-27 15:10:57

How to show author name outside of loop in single.php file?

How to display the title of the post author in single.php in a single post? All posts are in my get_posts/ loop

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
Ivan Sedov, 2020-06-27
@vintalis

You can use get_the_author(); and you need to write the_post () at the beginning of the page;

<?php the_post();?>
<?= get_the_author(); ?>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question