• Resolved phoenixdown81

    (@phoenixdown81)


    Hello,
    I’m trying to display “manually selected post” at the end of my portfolio page, but I only see random related post.

    I’m using WordPress 5.4, Jeveling Theme and Related post 2.0.24. I’ve successfully installed the plugin and edited settings. Then I edited my portfolio article (the portfolio is a customized blog post module), selected the posts I want to relate and published. I added the showrtcode <?php echo do_shortcode( ‘[related_post]’ ); ?> in the page “single-fw-portfolio.php” of my Jeveling child theme. But when I visit the page, I see random related post and not the posts that I have manually selected. Other settings works fine (I customized the number of the related post to show and the column witdh of the grid).
    Am I doing something wrong?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author PickPlugins

    (@pickplugins)

    Thanks for your post,

    Please try latest version, older version need to set the option “Query orderby” to “post__in” now we have fixed the issue, if manually selected post not empty “Query orderly” will override by “post__in”

    View post on imgur.com

    So enjoy the latest version, let me know the result.
    Regards

    Thread Starter phoenixdown81

    (@phoenixdown81)

    I already have the latest version. The shortcode does not work….
    I solved checking the post type to show the related post in “General settings”-> “Choose post types”. But writing the shortcode inside the Theme file.php doesn’t work.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Manually selected post not working’ is closed to new replies.