I have noticed my custom taxonomy filters no longer work in the 3.3.1 admin as per these methods: Adding a Taxonomy Filter to Admin List for a Custom Post...
  • May 4, 2022
  • 0 Comments
Today I was thinking about how to differentiate queries, mainly to create an unique identifier. In the process I played around a bit, see below code. The main idea...
  • May 4, 2022
  • 0 Comments
I need a list of posts of a specific post_type plus the name of a custom taxonomy term. This is what I got so far SELECT p.post_name,t.name as clientName...
  • May 3, 2022
  • 0 Comments
Trying to figure out how I can output my posts based on category title (a–z) and secondly, the title of the posts within the category: A CATEGORY – A...
  • May 3, 2022
  • 0 Comments
I’m trying to do some filtering for some posts in WP_Query, but I can’t seem to get the right condition. Basically what I wanna do, is get posts that...
  • May 3, 2022
  • 0 Comments