bambiboland
Forum Replies Created
-
Hey, could you explain a bit more how you achieved this?
I too have a ‘sale’ label that want to show up on all the items that are on sale at that moment (without having to manually check them all), and a couple of others like ‘lifetime warranty’ that I want only on specific items where I checked for this specific label.
I understand that if you disable global labels they’ll only show up for the selected item but what if i DO want global items for the sale badge?Hi again,
I’ve tried some various things and it seems like it works properly if i remove this line:
‘taxonomy’ => __( ‘category’ ),Hi Alex,
Thanks for your answer, but unfortunately none of this helps in my case. Can you help me change this code to work with this conditional approach?
<div class="prevnext"> <?php the_post_navigation( array( 'next_text' => __( '←' ), 'prev_text' => __( '→' ), 'in_same_term' => true, 'taxonomy' => __( 'category' ), ) ); ?> </div>Also, is it possible that there’s an issue with the terms/taxonomy? Since the whole ‘prevnext’ div is not even showing up anymore if I change to english.
Oops… It turned out it was another plugin that was causing the sharing-thing, so forget about that part…!