I also need the files submitted by the form remain in the uploads folder.
I also need the files submitted by the form remain in the uploads folder.
I was going to solve the query in the display method in wp-admin/edit.php.
Follows the code for those who have this same question.
<?php $wp_list_table->display(query_posts(‘tag=’.$_GET[‘post_tag’].’&showposts=20′)); ?>
If I make a SQL query I can use wp_posts_list_table to list results?