steveph
Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
sorry I find carefully and use this one and it work
add_action( 'feedzy_modify_feed_config', 'feedzy_modify_feed_config', 10, 1 ); function feedzy_modify_feed_config( $feed ) { $feed->enable_order_by_date( false ); }https://docs.themeisle.com/article/942-in-feedzy-how-do-i#display-display-all-feed-items
Hi,
Thank you for answer.I want to turn off the sort that not mean to display the feed randomly. I want to keep the feed order and not sorting by date or by title or by anyone.
So my question how to turn the order of plugin off.
I search in https://docs.themeisle.com/article/942-in-feedzy-how-do-i and not find the asnwer.
Thanks for your help
By the way, I need to turn it off becasue my feed sort by popluar post and it have date each post feed. So when I use feedzy it sort by dates and show the new one first. But I want not to sort and keep the order of the original feed.
- This reply was modified 7 years, 6 months ago by steveph.
Viewing 2 replies - 1 through 2 (of 2 total)