Viewing 1 replies (of 1 total)
  • Plugin Author Marcel Pol

    (@mpol)

    Hi, I have been thinking about it. I decided not to add this, because I actually like it that if there are no related posts, that you get no info you don’t really need.
    If you really need this feature, you could add this code in your loop (untested, but should work):

    $related_array = $related->show( get_the_ID(), true );
    if ( empty( $related_array ) ) {
            echo "No related posts";
    }
Viewing 1 replies (of 1 total)
  • The topic ‘conditionnal atg’ is closed to new replies.