Forums Forums Search & Filter Pro Exclude latest post from results

Tagged: ,

Viewing 4 posts - 1 through 4 (of 4 total)
  • Anonymous
    #149801

    Hey,

    Is it possible to exclude the latest post from the results? I’m using a shortcode to display the results. But I display the latest post in the header. And I don’t want to display it with the other results.

    Can someone help me?

    Marvin

    Trevor
    #149808

    You would need to write some PHP that detects the Post ID of the latest post, and then use our Edit Query Arguments Filter to add an argument to exclude that Post ID.

    To use this filter, it needs to appear in your theme functions.php, and this means you should be using a child theme (where the functions.php will not be changed on updates).

    Anonymous
    #149959

    Thanks for your answer.

    I’ve developed a own theme. So there is no problem in editing the functions.php. I’m using the wp_get_recent_posts() function to get the latest post for the header on the startpage. Is it possible to use this function with the Edit Query Arguments Filter? I’ve only basic knowledge in php. Do you have an example how I can solve this?

    Trevor
    #149961

    In a way, this post discusses much the same thing. Yes, you would use the wp_get_recent_posts() function to find the ID number, and then you can see how to apply it.

    It would be much simpler than that user has had to do for this reason.

Viewing 4 posts - 1 through 4 (of 4 total)