MIA
Forum Replies Created
-
I figured out what the issue was. I was going about it the wrong way.
Solution:
I added the taxonomy
wineriesfrom my Custom Post Typewineslistto the themes Custom Post Typewineproducts.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 pluginallows you to add taxonomies to any CPT, not just the CPT’s that I created. So now the taxonomywineriesappears on both CPT’swineslistandwineproducts. 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 bothsinglepages.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!
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/ to show up on this page 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/ page itself. It produces 2 out of 3 wines.
I have also tried
post_types="wineslist,product-category",post_id="863,861"andtaxonomies="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 😉