Tagged: Enfold Combo Widget, post order
Hello,
Is there a simple way to change the order in which the posts are shown in the Enfold combo widget? As you can see on my website, it shows the oldest posts first and that is not how I want it to be.
The website is: http://www.fractalsonline.net
Thank you,
Erik
I found out that the given solution in https://kriesi.at/support/topic/setting-the-enfold-combo-widget-default/#post-193872 (which I applied) doesn’t work in Enfold version 3.0.4 and that leads to this bug, a reversal of the posts order. Is there a right way to solve this?
Hey!
please see this: http://kriesi.at/documentation/enfold/change-the-sort-order-of-blog-posts-elements/
You can also try this plugin: https://wordpress.org/plugins/post-types-order/
Best regards,
Andy
Hé Andy,
Thanks for the suggestions. Meanwhile I looked at the code (class-framework-widgets.php) a little more closely and managed to change it. I removed the popular tab and the post order under the recent tab is still descending.
Thanks,
a very content customer :-)
Hey!
Did you get this sorted? If your still trying to change the order then you can find that on line 940 in the class-framework-widgets.php file.
avia_get_post_list('showposts='. $posts .'&orderby=post_date&order=desc');
Let us know if you have any other questions.
Regards,
Elliott