Title: MIA's Replies | WordPress.org

---

# MIA

  [  ](https://wordpress.org/support/users/dler3/)

 *   [Profile](https://wordpress.org/support/users/dler3/)
 *   [Topics Started](https://wordpress.org/support/users/dler3/topics/)
 *   [Replies Created](https://wordpress.org/support/users/dler3/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/dler3/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/dler3/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/dler3/engagements/)
 *   [Favorites](https://wordpress.org/support/users/dler3/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Related Posts by Taxonomy] Show All Posts on another Custom Post Type Page, in the Related Posts Section](https://wordpress.org/support/topic/show-all-posts-on-another-custom-post-type-page-in-the-related-posts-section/)
 *  Thread Starter [MIA](https://wordpress.org/support/users/dler3/)
 * (@dler3)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/show-all-posts-on-another-custom-post-type-page-in-the-related-posts-section/#post-8392156)
 * I figured out what the issue was. I was going about it the wrong way.
 * _Solution:_
 * > I added the taxonomy `wineries` from my Custom Post Type `wineslist` to the
   > themes Custom Post Type `wineproducts`.
 * The theme’s CPT didn’t have certain taxonomies/categories. So i tried using whatever
   categories both CPT pages had in common, wp core categories and post tags e.t.
   c. I even tried pulling the info directly from post_id’s. I didn’t know the `
   Custom Post Type UI plugin` allows you to add taxonomies to any CPT, not just
   the CPT’s that I created. So now the taxonomy `wineries` appears on both CPT’s`
   wineslist` and `wineproducts`. With the shortcode ‘[related_posts_by_tax post_types
   =”wineslist” taxonomies=”wineries” format=”thumbnails” image_size=”medium”]’,
   in the functions php page, all I have to do is select the wineries on both CPT’s
   and the wines are updated everywhere automatically since they are both `single`
   pages.
 * I couldn’t have done it without you putting me on the right track. I was going
   to give the plugin 5 stars regardless of this outcome, because this plugin worked
   when other plugins and methods didn’t, but I waited to add the fact that the 
   support you gave for a free plugin was incredible. I have marked the status as
   resolved, Thanks a lot!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Related Posts by Taxonomy] Show All Posts on another Custom Post Type Page, in the Related Posts Section](https://wordpress.org/support/topic/show-all-posts-on-another-custom-post-type-page-in-the-related-posts-section/)
 *  Thread Starter [MIA](https://wordpress.org/support/users/dler3/)
 * (@dler3)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/show-all-posts-on-another-custom-post-type-page-in-the-related-posts-section/#post-8387217)
 * Thanks for the quick response. Nothings working, I’m doing something wrong and/
   or perhaps I might not be explaining myself correctly.
 * I want all **3 wines**, (`Benvingut! 2014`, `Descregut Brut Nature`, `Vinomi 
   2015` ) on this page [http://catalanwinesusa.com/wineslist/benvingut-2014/](http://catalanwinesusa.com/wineslist/benvingut-2014/)
   to show up on this page [http://catalanwinesusa.com/products-category/can-descregut/](http://catalanwinesusa.com/products-category/can-descregut/)
 * As of right now, I am using this shortcode
 * > [related_posts_by_tax post_id=”863″ title=”Produced from this Winery” taxonomies
   > =”wineries” format=”thumbnails” image_size=”medium”]
 *  on the bottom of the [http://catalanwinesusa.com/products-category/can-descregut/](http://catalanwinesusa.com/products-category/can-descregut/)
   page itself. It produces 2 out of 3 wines.
 * I have also tried `post_types="wineslist,product-category"`, `post_id="863,861"`
   and `taxonomies="category,post_tag"` in the shortcode above, but nothing works.
   It seems like the plugin won’t search outside its own custom post type, if that
   makes sense, (I’m not a programmer). Can the plugin search for a category/tag
   everywhere on the website and display the posts?
 * Thanks for your help.
 * Sorry for any weird formatting on this reply, this is my first time using support
   and I’m trying to achieve the code blocks that you have here 😉

Viewing 2 replies - 1 through 2 (of 2 total)