Tagged Questions
0
votes
2answers
20 views
Find all posts via SQL beginning with A of type B
I have problem with post and taxonomy query. What i need is to get all post's from custom post type which starts with A and have defined term. Here is my sql:
SELECT * FROM $wpdb->posts, ...