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
first, let me say thank you for the great job you do with this WP module!
Second. When we want to make associations between posts in WP most time it is done by creating a post meta field.
Eg: Post types: List and ListItem
To make association 1:N we can add meta list_id to ListItem post.
With AdminColumns we can display column for custom meta with Post Relation type.
But what if I want to display ListItems for List on List page or just simple count them with link to predefined filter to ListItem post type page?
Is it able to somehow do that with AdminColumns?
I don't want to add any extra post meta to List type, because it is redundant.
Thank you.
The text was updated successfully, but these errors were encountered:
Hello,
first, let me say thank you for the great job you do with this WP module!
Second. When we want to make associations between posts in WP most time it is done by creating a post meta field.
Eg: Post types:
List
andListItem
To make association 1:N we can add meta
list_id
toListItem
post.With AdminColumns we can display column for custom meta with Post Relation type.
But what if I want to display
ListItems
forList
onList
page or just simple count them with link to predefined filter toListItem
post type page?Is it able to somehow do that with AdminColumns?
I don't want to add any extra post meta to
List
type, because it is redundant.Thank you.
The text was updated successfully, but these errors were encountered: