By applestalk on Wednesday, 28 June 2017
Posted in Technical Issues
Likes 0
Views 439
Votes 0
How can I move the date from the bottom to above the image in the EasyBlog Grid layout?
Hi there,

You can do some modification on this files .../components/com_easyblog/themes/wireframe/blogs/grid/default.php on codes below

<div class="eb-blog-grid__foot">
<time class="eb-blog-grid-meta-date">
<?php echo $post->getDisplayDate()->format(JText::_('DATE_FORMAT_LC1')); ?>
</time>
</div>


Note:
I would be best if you can do template override as this will be overridden once you update/upgrade your EasyBlog.

Please advice.
·
Wednesday, 28 June 2017 11:50
·
0 Likes
·
0 Votes
·
0 Comments
·
I've found the code, what would I need to change to get the date above the image?
·
Wednesday, 28 June 2017 23:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You can arrange codes given above accordingly, for example here https://monosnap.com/file/aSnoJMiA8XhIvsZL0XIZpABuYbMTOP.

Please give it a try and see how it goes
·
Thursday, 29 June 2017 09:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Aha, so you can literally just move its position in the code. Thank you.
·
Thursday, 29 June 2017 14:50
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

Yes it is as it should not alter any codes and it core files.

By the way, you are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Thursday, 29 June 2017 15:07
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post