Special Offer: Get All 150 Premium WordPress Themes for Just $59.99 Purchase Now

contacts

How to Display Posts Author below Title

How to Display Posts Author below Title

If you use tMovies or other theme where author is displayed below post content and you want to display it below post titles, it will require a small code change:

1. Login to your WordPress Admin Panel

2. Navigate to Left Menu -> Appearance -> Theme Editor

3. Open content.php for edit

4. Move ‘<?php tishonator_author_link(); ?>’ code between ‘<div class=”before-content”>’ and ‘</div><!– .before-content –>’, so your code should looks like:

<div class="before-content">
	<?php tishonator_author_link(); ?>
</div><!-- .before-content -->

5. Save changes