Mock
Forum Replies Created
-
Interesting I didn’t even think about the minor wordpress update. I couldn’t find a solution I ended up abandoning the plugin.
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Bug with "exclude_terms"ooohh I see now lol.
Works perfect now thank you.I found this plugin. It’s much more convient to glance at the id tags.
https://ww.wp.xz.cn/plugins/reveal-ids-for-wp-admin-25/thanks man
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Bug with "exclude_terms"Here’s an example post.
http://giftideame.com/2014/tree-shower-curtain/#.U01uxvldV1gThe exact shortcode
[related_posts_by_tax posts_per_page=”12″ order=”RAND” format=”thumbnails” columns=”6″ taxonomies=”post_tag” exclude_terms=”10-to-20″]The post only has two tags whose slugs are “10-to-20” and “house-warming”. I want to exclude the “10-to-20” tag slug however they still display.
There are no overlapping tags on this post. When I remove the “10-to-20” tag from the post the results display properly. I can create a duplicate post with that tag removed if you want to take a look.The tag is “$10 to $20” and I copy and pasted the tag slug which is “10-to-20” would this cause an issue? I tried putting “$10 to $20” in the shortcode and it didn’t work either.
I checked out the widget and under taxonomies I have “All Taxonomies, Categories, Tags and Format”. But wouldn’t using taxonomies=”post_tag” only use tags?
Thanks
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Bug with "exclude_terms"I’ve fixed my last issue. Back to the original issue.
taxonomies=”post_tag” did help filter out categories, thanks.
But I am still having an issue with exclude_terms. It seems that exclude terms doesn’t filter out the tags properly.For example:
post example A has tags 1,2,3
with shortcode[related_posts_by_tax taxonomies=”post_tag” exclude_terms=”1″]post example B has tag 1
The result:
post example A will still show post example B in the results even thought tag “1” was excluded. Using taxonomies=”post_tag” successfully filtered out the unwanted categories but I can’t filter out the unwanted tags.Forum: Plugins
In reply to: [Related Posts by Taxonomy] Bug with "exclude_terms"I put my site live on the web to test and am now having a different problem. I’m going to create a new thread for the sake of anyone else having that problem they can find it easier. I will come back to this after the new problem is resolved thanks.
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Shortcode Order="RAND" creating duplicates?Works great thanks, I left you a 5 star rating.