I recently installed the Advanced Post Types Order plugin to sort blog posts within a single category, but I’m not seeing these changes reflected on the frontend of my site. I’ve already tried a couple alternative plugins with the same functionality, which makes me think there might be something in Enfold that’s preventing this from working. Do you have any insights that might help resolve this?
Thank you!
Hey jaimemerz,
Thank you for the inquiry.
Are you using the Advanced Layout Builder for this page? The sorting plugins may not work because the theme creates custom queries for the post elements. If you can provide the specific page where you need to adjust the item sorting, we’ll take a closer look.
Best regards,
Ismael
Hi Ismael,
We are using ALB on the pages where these posts are being displayed—links are in the private content area. Thanks!
Hi,
If you’re using the Posts Slider element or the Blog Posts element in Grid Layout, you can use the avia_post_grid_query filter to modify the query or adjust the item sorting.
Example:
— https://kriesi.at/support/topic/remove-current-portfolio-post-from-related-portfolio-grid/#post-836906
— https://kriesi.at/support/topic/sort-blog-posts-element-ascending/#post-1001791
— https://kriesi.at/support/topic/add-a-order-by-attribute-on-portfolio-grid/#post-1015617
— https://kriesi.at/support/topic/add-event-date-to-portfolio/#post-1479828
Best regards,
Ismael