Hi everyone, I need help wit a query.
I want to select all the posts with two restrictions:
- belonging to categories X and Y
- the content must have the word [some word]
Thanks
Hi everyone, I need help wit a query.
I want to select all the posts with two restrictions:
- belonging to categories X and Y
- the content must have the word [some word]
Thanks
query_posts('cat=X,Y&s=SOMEWORD');
This topic has been closed to new replies.