Changes between Initial Version and Version 1 of Ticket #16798, comment 4
- Timestamp:
- 09/23/11 11:10:04 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16798, comment 4
initial v1 1 You should use the WP_Query(), then follow it with a call to wp_reset_query();1 You should use an instance of the WP_Query() object to make the query, then follow it with a call to wp_reset_query(); 2 2 3 3 http://codex.wordpress.org/Function_Reference/wp_reset_query
