This plugin allows you to create many-to-many relationships between posts of any type: post, page, custom post types, etc.
Configure post 2 post connections easily in a friendly interface.
The new connection metaboxes will appear on the related post edition pages. Search text, post type and term combo filter available as option for it.
Use the standard WP_Query() and get_posts() to get the related posts.
Solid-rock relationships: use his own database table, updated on post status change and removed on post deletion.
Getting related: the WP_Query way
Getting related: the get_posts() way
Getting related: getting it raw
The connection direction
By default, the connections are bidirectional (any). However, you can get related posts only in one direction: ‘from_to’ or ‘to_from’.
You can do the same logic at interface level for your users in the backoffice: you can setup your connection hidding the from metabox or the to metabox (UI mode setting).

评论0