• I’ve done a search and haven’t found anything close to what I need. I need to be able to delete posts that haven’t been updated in a few months. To do this I would like to be able to filter the list of posts in the “Manage” area by the date they were last updated so I could delete them manually. If there is another way I’d be glad to try that as well. I just see the “Manage-Post” section as the easiest.
    I can’t trust the editors to change the post date when they update nor would it be fair because it would put them up as a new post.
    I’ve tried the “recently updated posts” plugin but it lists the newest and I’m after the least updated.
    Hope that make sense. Thanks for looking.
    bert

Viewing 1 replies (of 1 total)
  • try to edit wp_manage_posts_columns function in template.php file (wp-admin/includes/template.php). And add this line :

    $posts_columns['modified'] = __('Modified/Updated');

Viewing 1 replies (of 1 total)
  • The topic ‘Need to Delete posts not recently updated’ is closed to new replies.