scribu / wp-posts-to-posts

Efficient many-to-many connections between posts, pages, custom post types, users.
http://wordpress.org/plugins/posts-to-posts/
969 stars 260 forks source link

How I can Design Breadcrumb based on association? #545

Open rkishir opened 7 years ago

rkishir commented 7 years ago

I am using this in one of my project and want to design breadcrumb based on the association. For ex. I have custom post types. Topic,story,resource,video etc... Topic is main post type and rest of the post types are associate with topic and vice versa. when some one click on topic it show all the post type associate with him and breadcrumb should be Home-Topic->story ->title of story post Home-Topic->resource->title of resource post Home-Topic->resource->title of video post

Thanks in Advance.