Okay
  Public Ticket #2330916
Related posts wont show if less than 2 posts
Closed

Comments

  •   Jørn Thomas Dufey started the conversation
  •  1,089
    ThemeNectar replied

    Hey Jørn,

    That is intentionally coded in to prevent an unaesthetic display. To alter it, you would need to copy the function named "nectar_related_post_display" located in salient/nectar/helpers/blog.php into your child theme and delete the following section:

    if ( $related_post_count < 2 ) {
         return;
    }
    

    Cheers