- This topic has 3 replies, 2 voices, and was last updated 8 years, 2 months ago by .
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › Exclude latest post from results
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).
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?