Query posts based on author id
- by user338109
I have the current author id stored in $theauthorid I want to do a query based on the author id so I do this
query_posts('author=$theauthorid');
However it does not work unless I write the id manually. I know the id is stored correctly as I get the correct id when I echo it.