Dear Sir. I change with a plugin “Intuitive Custom Post Order” the order of articles, and in this catecogy the order is ok http://www.asidogshow.it/category/calendario/ , but in home page http://www.asidogshow.it/ in the slide and last articles below nathing is change, why? Thank you so much! ;-)
Hi dobermaraner!
please refer to this tutorial: http://kriesi.at/documentation/enfold/how-to-add-an-orderorderby-option-to-the-blogpost-sliderportfoliomasonry-grid-element/
Cheers!
Andy
Thank you Andy. It work for the article, but in option slider (accordion slider in this case), no more option and nothing is change. How can i do? Thank you ;-)
Hi!
Are you using the posts to populate the accordion slider? If so then try changing line 497 in the /enfold/config-templatebuilder/avia-shortcodes/slideshow_accordion.php file from this.
$query = array( 'orderby' => 'date',
To this.
$query = array( 'orderby' => 'rand',
Best regards,
Elliott
Yess!! Thank you so much!!! ;-)