1 Answers
Hi,
To display the author under the post title, you can open the content-single.php file, then add the following code under line 9.
<p>By <?php the_author(); ?></p>
Also, if you want to remove the author section on the left hand, you can add the following code to the Header Code (Dashboard > Customize > Custom Code)
<style>.single-post .co-author { display: none; }</style>
Hope this helps !
Thanks. this really helps.
Please login or Register to submit your answer