By Tim on Thursday, 14 March 2019
Posted in General Issues
Likes 0
Views 862
Votes 0
Hi Please see the attached screen shot.

I cant find where to remove the date from the RHS of the Authors Recent Posts List

Many Thanks
Tim
Hi there,

There is no setting to do that currently.

You can copy the author.php file from JoomlaFolder/components/com_easyblog/themes/wireframe/blogs/entry/author.php and paste it at template override location which is at JoomlaFolder/templates/yourCurrentTemplate/html/com_easyblog/blogs/entry/author.php.

Take note that you need to create the folders manually if you don't see it.

After that, you can look for and remove the following PHP code in the author.php which is from the template override location:

<time class="pull-right"><?php echo $recentPost->getDisplayDate($this->entryParams->get('post_date_source', 'created'))->format(JText::_('DATE_FORMAT_LC1')); ?></time>
·
Thursday, 14 March 2019 11:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Perfect, thanks so much!
Tim
·
Thursday, 14 March 2019 13:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding.
·
Thursday, 14 March 2019 14:11
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post