• islam2024

    (@islam2024)


    Hello
    How do I show yarpp_related(); In two different locations, on the side and at the bottom of the article, without any repetition of the articles being displayed between them Now the articles appear on the side and bottom of the article, but they are the same

    These are the codes I use This is on the side of the article

    This is at the bottom of the article

    if ( get_theme_mod(‘show_inside_posts’, ‘1’) == 1 ) {

    yarpp_related();

    }

    if ( get_theme_mod(‘show_related_posts’, ‘1’) == 1 ) {

    yarpp_related();

    }

    • This topic was modified 4 months ago by islam2024.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.