By Michel777 on Sunday, 03 June 2018
Posted in General Issues
Likes 0
Views 479
Votes 0
Hi, how to hide date from the list of blogs within a category ? Thanks, Michel
Hey Michel,

There is currently no settings for this but you can easily tweak this in the theme file /components/com_easyblog/themes/wireframe/blogs/grid/default.php and remove the codes below at line 156,

[gist]
<div class="eb-blog-grid__foot">
<time class="eb-blog-grid-meta-date">
<?php echo $post->getDisplayDate()->format(JText::_('DATE_FORMAT_LC1')); ?>
</time>
</div>
[/gist]
·
Sunday, 03 June 2018 15:12
·
0 Likes
·
0 Votes
·
0 Comments
·
Mark, thanks a lot. Can I do it with some overrides ? Michel
·
Sunday, 03 June 2018 15:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Yep, you could create a template override of this file
·
Sunday, 03 June 2018 15:59
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark, thanks a lot, it works ! Warm regards, Michel
·
Sunday, 03 June 2018 16:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Great Michel Glad to hear your issue has resolved.

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 and have a nice day ahead
·
Monday, 04 June 2018 09:25
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post