Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. AND (((zp_posts.post_title LIKE '%mercedes%')
  2. OR (zp_posts.post_excerpt LIKE '%mercedes%')
  3. OR (zp_posts.post_content LIKE '%mercedes%')))
  4. AND zp_posts.post_type IN ('post', 'page', 'attachment')
  5. AND (zp_posts.post_status = 'publish'
  6. OR zp_posts.post_author = 1
  7. AND zp_posts.post_status = 'private')
  8. ORDER BY zp_posts.post_title LIKE '%mercedes%' DESC, zp_posts.post_date DESC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement