Get post ID parameter for wp_query() function
-
I am wondering how to use wp_query() with a post_id. Does anyone know how to do this?
I have tried a few things that don’t work:
wp_query('post_id=160');
wp_query('id=160');
wp_query('id=160');
etc. and haven’t been successful.
Any ideas? Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Get post ID parameter for wp_query() function’ is closed to new replies.