• First forgive my english, I’m from Spain and I’m using Google Translate.

    I had not found such a good squad and so well done like this, so thank you to the creator.

    I have a problem with the Related Post, is that when I try to put 6 or 9 innings, all are poorly framed and always missing a picture.

    What should I do to fix the problem?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter elNano

    (@elnano)

    I’m still waiting for an answer, I can not fix it.

    Thank you very much, greetings.

    Same problem ):

    The easier way will be making the following changes in single.php file:-

    Copy the following:

    <?php if ( ot_get_option( 'related-posts' ) != '1' ) { get_template_part('inc/related-posts'); } ?>

    And replace with the following:

    <?php if ( ot_get_option( 'related-posts' ) != '1' ) { get_template_part('inc/related-posts'); } ?>
    <?php if ( ot_get_option( 'related-posts' ) != '1' ) { get_template_part('inc/related-posts'); } ?>

    Basically, it calls the get related post function twice, and it’s possible that duplicate post will occur between top 3 related post and bottom 3 related post. However, that will do the trick.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Theme: Hueman] Problem with the Related Post’ is closed to new replies.