By François Molle on Thursday, 06 February 2020
Posted in Technical Issues
Replies 1
Likes 0
Views 546
Votes 0
hi
When I display all the vignettes of my posts on a magazine type of layout I have the title and the date appearing on each vignette (see attached).
http://www.water-alternatives.org/index.php/show-all-posts
Instead of the publication date, I would like to have instead the post author ; is this possible?
Thanks
François
Hi there,

Currently, it is not possible to achieve this and i think we should add them so that users can configure them accordingly. I have logged them internally and we will included them on our future release version.

For current time, you can add codes below accordingly on this path ...components/com_easyblog/themes/wireframe/blogs/magazine/layout_1.php



//For main article
<div><?php echo $leadingArticle->getAuthorName(); ?></div>

//For other articles
<div><?php echo $post->getAuthorName(); ?></div>



Please give it a try and see how it goes.

Note: Do refer your current layout 1, layout 2, or layout 3 and change it path accordingly.
·
Thursday, 06 February 2020 11:10
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post