Looper Provider: Query string issue (Toolset)

Hi,

We have a custom post type and fields using Toolset. All is displaying fine. However, we seem to be having issues in the query string to sort by a custom field (start date).

We have tried
post_type=event-detail&orderby=wpcf-start-date&order=DESC&posts_per_page=3
and
post_type=event-detail&orderby=start-date&order=DESC&posts_per_page=3

The posts are showing correctly but the order by is not.

Any thoughts?

Thank you!

Hi Michael,

Thanks for reaching out!

Would you mind sharing your admin credential so that we can check your setup properly? To do that, please give us the following information in a Secure Note.

  • WordPress Login URL
  • Admin level username and password

You can find the Secure Note button at the bottom of your posts.

Thank you.

Hi Michael,

I just check your query string and it seems that it is lacking with meta_value and meta_key. You should try this one.

post_type=event-detail&orderby=meta_value&meta_key=wpcf-start-date&order=DESC&posts_per_page=3

Hope that helps.

Thank you.

Yes, OK, I see. Thank you! I’ll make a note for future reference.

Hello Michael,

Glad that we were able to help you. Please feel free to reach us if you have any queries regarding our theme and theme settings.

Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.