• Resolved Kamil Porembinski

    (@paszczak000)


    I have a lot of uploaded images. When I click on Browse All I see only the 10 last uploaded images. How can I change this view? I want to see last 30 uploaded images.

    I was trying to edit upload.php and upload.js.

Viewing 1 replies (of 1 total)
  • Thread Starter Kamil Porembinski

    (@paszczak000)

    I solve it! We must edit /wp-admin/includes/upload.php and find
    $attachments = query_posts("what_to_show=posts&post_status=any&posts_per_page=10&paged=$paged");
    Just edit 10 to another number.

Viewing 1 replies (of 1 total)
  • The topic ‘Browse All – more than 10 images’ is closed to new replies.