bsaung
asked 10 years ago
1 Answers
DominicStaff
answered 10 years ago

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 !

bsaung
replied 10 years ago

Thanks. this really helps.

Powered by DW Question & Answer Pro