Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1416876
”You may also like” in single post options
Closed

Comments

  •  1
    panospan started the conversation

    Hi,

    I would like to ask something about the posts that appear in the ”You may also like” section on the single post.

    Even though I have chosen Categories in Customizing Single Post Options - Display Related Posts By, the posts that they are appearing, are not coming only from the one category of this single post that is being displayed, but instead are coming from different categories.

    I thought that by choosing Categories, this was meaning related posts by the one and only category of the post. If this is the correct behavior of the Display Related Posts algorithm, how could I manage to display related posts only from the single category of the post that it is being displayed?

    Thank you very much in advance and I would like also to wish you a Happy New Year full of health, love, good luck and joy!

    Best regards
    Panos

  •  2,699
    PenciDesign replied

    Hi,

    Thank you for your great words about New Year, we wish all the best will come to you in this new year also

    About the Related posts, can you send me your admin url and admin account ( username and password ) in a private reply? I will take it a look.

    Best Regards,

    PenciDesign

  •   panospan replied privately
  •  2,699
    PenciDesign replied

    Hi,

    Please set my account is administrator.

    I can't do anything with this account

    Best Regards,

    PenciDesign

  •  1
    panospan replied

    Hi,

    Sorry for this mistake of mine.

    I have changed the Role to Administrator.

    Hope you'll forgive me. :-)

    Best regards,
    Panos

  •  2,699
    PenciDesign replied

    Hi,

    I found the issues.

    This issue caused by you've select category "Editorials" is "Featured Slider Category"

    And by default, we exclude the featured slider category to related posts.

    For now, to fixed it, please open  soledad/inc/templates/related_posts.php and on line 51-> 53, replace this code:

    if( $term_related != $featured_cat ){
    $category_ids[] = $term_related;
    }

    to:

     $category_ids[] = $term_related;

    Best Regards,

    PenciDesign

  •  1
    panospan replied

    Hi,

    That definitely fixed this problem of mine.

    Thank you very much and have a wonderful day.

    Best regards
    Panos