By Inna on Thursday, 11 January 2018
Posted in General
Replies 1
Likes 0
Views 283
Votes 0
I am importing posts from other easy blog. Once imported,on the single category view, they have continue reading button which takes visitors to a single post, and then, on single post view, read full post that will take them to original post on original site (source site). Is it possible to display read full post link on single category view. Screenshots attached.
Branko
Hey Inna,

Unfortunately that wouldn't be possible primarily because when the post is imported, the original links are added within the content itself. Another possibility is for you to hack the codes in the file /administrator/components/com_easyblog/includes/feeds/adapters/mapper.php at line 192 so that you can store the relation between the imported post and the source link on a custom table.

Then, on the listing template, fetch the data from your custom table.
·
Thursday, 11 January 2018 22:24
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post