By Michael Joos on Friday, 10 August 2018
Posted in General Issues
Likes 0
Views 377
Votes 0
Hi Support-Team

I would like to sort a category in a different way than the main page:

Main Page --> Descending (that I can see the newest entry first)
Category xy --> Ascending (to read the blog chronologically)

I only can see one general setting. Is this possible?

Thanks
Michael
Hey there,

If I understand your question correctly, do you mean that you want to set your Blog listing Sorting to 'Descending'?

And you also want your Categories Listing or your Single Category post Listing order by Alphabet?
·
Friday, 10 August 2018 17:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi

I want to have this site 'Descending' (entry with newest date first): OK

https://new.michael-joos.ch/index.php/links/blog

But this category 'Ascending" (entry with oldest date first): Not OK

https://new.michael-joos.ch/index.php/links/blog/categories/schottland

The problem is that I only have one global parameter for complete easy blog.

Best regards
Michael
·
Friday, 10 August 2018 20:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

Yes, currently that is not possible to achieve this, because all the post listing page is only respect that sorting setting.

If you would like to achieve this, you have to modify the code file.

JoomlaFolder/omponents/com_easyblog/views/categories/view.html.php

And apply this following code, you can refer on my attached screenshot below, which line of code you should apply.
[gist type="php"]
// add custom sorting value here
$options['sort'] = 'asc';
[/gist]
·
Saturday, 11 August 2018 13:08
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Arlex

Working! Thanks

Best Regards
Michael
·
Saturday, 11 August 2018 14:50
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Saturday, 11 August 2018 15:27
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post