Output the wp-admin manage filter page
-
I would like to print out filtered results from the wp-admin manage page.
Specifically, I want to print out or display all the posts from one author within a certain set of categories.
Any suggestions?
I know I could do a query post
<?php query_posts( 'cat=2,3,4,'); ?>
but I am not sure how to add in the author query. It appears that I can do a limited search from the wp-admin page and that would be sufficient
- The topic ‘Output the wp-admin manage filter page’ is closed to new replies.