By Bui Tuan on Wednesday, 03 June 2015
Likes 0
Views 1.1K
Votes 0
Is there any way to move the author introduction from the end of the blog to the beginning?
Hello Bui Tuan.

Did you mean to move this section to the beginning of the blog post? http://screen.stackideas.com/2015-06-03_1621.png

If yes, you can cut this code in ...\components\com_easyblog\themes\default\blog.read.php at line 167 until line 170.

	<?php if( $system->config->get('main_showauthorinfo') ) { ?>
<!-- Blog Author's section -->
<?php echo $this->fetch( 'author.info.php', array( 'authorRecentPosts' => $authorRecentPosts) ); ?>
<?php } ?>


Then paste it in the same file at line 95.

Hope this help
·
Wednesday, 03 June 2015 16:24
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you
·
Wednesday, 03 June 2015 18:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Bui Tuan

You're welcome. Have a nice day
·
Wednesday, 03 June 2015 18:14
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post