Beginner3000
Forum Replies Created
-
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Show taxonomy labelCheck this link
I’m using the following shortcode:
<?php echo do_shortcode(‘ [related_posts_by_tax post_types=”travel” image_size=”thumb-small” format=”thumbnails” columns=”2″ order=”RAND” title=”” posts_per_page=”4″ taxonomies=”country”] ‘); ?>
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Show taxonomy labelJust tried it. Although there is no error, none of the taxonomy terms are displayed.
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Show taxonomy labelHi Keesie,
my apologies, your code did work. I probably made a mistake with the copy paste. However, I havent explained correctly what I meant the first time. What I would like is to see is the related taxonomy instead of the taxonomy label itself. E.g. The related post is based on the taxonomy “Country”. Instead of showing the label “Country” I would like to see the taxonomy item “Germany” as they have both share the taxonomy Germany.
Is that possible without much customisation? It is not really a big thing for me so please do not spend a lot of time in this, it is more a feature request that makes your plugin more useful.
Btw, I really like your plugin. It is way better then most other related posts plugins.
Forum: Plugins
In reply to: [Related Posts by Taxonomy] Show taxonomy labelTnx Keesie,
unfortunately this code didnt work on my site. It breaks the whole site. I thinks there is a syntax error somewhere. However, I couldn’t find it myself.