Related posts exclude the current post from results
-
Hello,
In a single post, I wanna show related posts with this code:
<?php echo do_shortcode( '[display-posts posts_per_page="3" category="starters" image_size="medium" display-posts wrapper="div" wrapper_class="related-item-wrapper"]' );?>This works fine, but this also shows the post-item you’re already in at that moment. Is there a way to exclude this item?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Related posts exclude the current post from results’ is closed to new replies.