contacts

Buy All 102 Premium WordPress Themes for $59.99
No Additional Fees, Pay Once and Use Unlimited Time for Unlimited Domains, Free Lifetime Updates

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

Leave a Reply