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
I have added a new CPT with CMB2 that allows the user to link 2 posts together. So you end up with the linked post ID in the primary post meta. When retrieving the column, I am displaying the title of the linked post. But, how can I sort by this extrapolation? Currently I can sort it by meta_value_num because at query time the data is the linked post ID.
Thank you!
The text was updated successfully, but these errors were encountered:
I have added a new CPT with CMB2 that allows the user to link 2 posts together. So you end up with the linked post ID in the primary post meta. When retrieving the column, I am displaying the title of the linked post. But, how can I sort by this extrapolation? Currently I can sort it by
meta_value_num
because at query time the data is the linked post ID.Thank you!
The text was updated successfully, but these errors were encountered: