By Dirk Gerscher on Monday, 27 April 2015
Posted in Technical Issues
Replies 5
Likes 0
Views 477
Votes 0
Hi Support,

I want to show my blogs ordered:"most clicks first". But I NEED the ordering "latest first" in my RSS-Feed, because all Blogger-Lists wants the newest blogs in front.
What can I do?
Thank you for any answer

Yours Dirk
Hi Dirk,

You can login to your backend->component->Easyblog->Setting->Layout->ordering and adjust the followings (please refer to the screenshot),

Frontpage posts ordering
Frontpage posts order sorting

http://screencast.com/t/H49srCWEYC

Best regards
Chris
·
Monday, 27 April 2015 17:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Chris,

I know this, but I need the newest in my RSS-Feed, and the most clicks in the frontend. And there is just ONE possibility to order. So my RSS feed is not correct.

Any Answer is appreciated

yours Dirk
·
Monday, 27 April 2015 18:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Dirk,

You can go to this file components/com_easyblog/views/latest/view.feed.php and change the code in line 34 to the followings:

$sort		= JRequest::getCmd('sort', 'latest');


Best regards
Chris
·
Tuesday, 28 April 2015 10:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Chris,

thank you, but it still doesn't work. The first two entries are latest, all others are with most hits. Feed: feed/rss/latest
I changed Line 34 with the line above.
Thank you for any answer

Yours Dirk
·
Tuesday, 28 April 2015 14:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Dirk,

May I have access to your backend and FTP so that I can further assist you with this issue.

Best regards
Chris
·
Tuesday, 28 April 2015 16:30
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post