You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, WordPress will query posts based on date created. We need to modify the main query to feedback info based on listing type from highest to lowest.
This will be tricky and may require multiple queries. An easy way around this is to omit the main query that would run, and run multiple queries within the archive template for each account type. I'm just concerned about performance and how to handle pagination.
The text was updated successfully, but these errors were encountered:
By default, WordPress will query posts based on date created. We need to modify the main query to feedback info based on listing type from highest to lowest.
This will be tricky and may require multiple queries. An easy way around this is to omit the main query that would run, and run multiple queries within the archive template for each account type. I'm just concerned about performance and how to handle pagination.
The text was updated successfully, but these errors were encountered: