Relationship Options – Customized ORDER BY
-
Still having trouble with shortcode but maybe this will work.
In my custom taxonomy, I have one field that is “type: Relationship” – related to the CPT “Artworks” and is a Bi-Directional Field to the field “artistname” in the CPT.
In the “Relationship Options” tab within this field setting, there is the “Customized ORDER BY” field. What I’m looking to do is to show the items based on the date from each item’s “Auction date” in the CPT. That field is called “auction_date_new”.
So, I tried adding auction_date_new and artwork.auction_date_new, also tried appending DESC to this, but nothing happens. The order doesn’t change.
I’ve been trying to display these items (using the field shortcode
[pods field="artworks" template="Artist List of Works"][/pods]
) with an orderby and limit, and pagination but can’t get this to work.
- The topic ‘Relationship Options – Customized ORDER BY’ is closed to new replies.