WebDevStudios / CPT_Core

This is a helper class for creating custom post types.. I'm sure it doesn't cover everything. PRs welcome.
78 stars 13 forks source link

Sorting columns #25

Open wester97 opened 5 years ago

wester97 commented 5 years ago

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!