• Resolved walter723

    (@walter723)


    Currently on my website I have several pages, when viewing one, related publications are shown, but if I reload the page it continues to show me the same related publications; They should put the option to show related posts but randomly

Viewing 1 replies (of 1 total)
  • Plugin Support Aslam Doctor

    (@aslamdoctor)

    Hello @walter723,

    You can sort the related posts in random order as follows.
    If you are using shortcode, use order parameter like this.

    [yarpp order="rand"]

    If you are using template code, then use the order parameter like this.

    yarpp_related(
        array(
            'order'     => 'rand',
        )
    );
Viewing 1 replies (of 1 total)

The topic ‘YARPP shows me the same related posts’ is closed to new replies.