IT Nursery
It is possible to search for posts with a specific term by appending the URL with: ?&term=abc Is it possible to do the opposite and search excluding a specific...
  • April 29, 2022
  • 0 Comments
IT Nursery
getting posts by cat with get_posts but need to exclude another cat called london or id 10. is this possible? best, Dc. // array(7,-10) $laargsM = array('category' => 7,...
  • April 29, 2022
  • 0 Comments
IT Nursery
How can I exclude one specific post from a WP_Query query? (For example, show all posts apart from a post with the ID 278) I’ve tried the post__not_in argument...
  • April 7, 2022
  • 0 Comments