By Peter Ashford on Thursday, 30 May 2019
Posted in General Issues
Replies 3
Likes 0
Views 630
Votes 0
Hello - Can you please tell me how to turn off showing the pre-text for each post when viewing a single category? I just want the post title and image showing. Tried playing around with the truncate settings and setting it to zero characters but it doesn't work. I must be missing something obvious!

thanks Pete
Hey Peter,

Unfortunately, there is no setting to achieve this. But you can try modify in this following file:
JoomlaFolder/components/com_easyblog/themes/wireframe/blogs/latest/default.main.php

Remove code from this line 153

<?php echo $post->getIntro();?>


Then override this file into your current site template directory location
JoomlaFolder/templates/YourCurrentTemplate/html/com_easyblog/blogs/latest/default.main.php
·
Friday, 31 May 2019 13:51
·
0 Likes
·
0 Votes
·
0 Comments
·
Thank you, that has worked.

Am surprised there isn't a global and per menu item setting for this. Can an on/off switch be included in future release?

thanks Peter
·
Saturday, 01 June 2019 00:38
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome.

Currently we didn't plan to add this, so far you are the only person who want to display this intro text from the listing page.

But you can request this under Easyblog - feature request category so we will see if there a lot of user who want this, then we will consider to add this in the future.
·
Saturday, 01 June 2019 08:38
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post