Yoast / wordpress-seo

Yoast SEO for WordPress
https://yoast.com/wordpress/plugins/seo/
Other
1.75k stars 886 forks source link

[Feature Request] Add Screen Options to control the Pagination size #11722

Open garretthyder opened 5 years ago

garretthyder commented 5 years ago

Is your feature request related to a problem? Please describe.

To speed up Bulk Title/Description editing it would be nice to be able to expand the size of pagination pages via Screen Options like standard WP_List_Tables do.

Describe the solution you'd like

Please add Screen Options to the Bulk Editor Tools so we can change the paged size of Pagination. This allows you to work with more pages quickly. As well can let you get all your pages onto screen if you need to apply to specific page quickly without needing to find it in the pagination.

why you think the feature request is something we should consider for the Yoast SEO plugins?

This would have two benefits;

  1. Speed up Bulk editing by allowing users to increase the Pagination size.
  2. I'm trying to copy form an old Umbraco site to WordPress so being able to have all pages listed makes it easier for me to find and apply the meta without needing to go into sub-pages of the pagination.

Additional context

The option I guess would have to affect both Title and Description tables as they're on the same screen just in tabs. Otherwise would need two options one for each table.

Thank you

andizer commented 5 years ago

Thanks for suggesting a new feature for our plugin!

I’ve marked it as backlog so it appears on the to-do list for our developers. They will decide on the roadmap for the feature request.

garretthyder commented 5 years ago

Thanks @andizer sounds great

andizer commented 5 years ago

Please inform the customer of conversation # 453899 when this conversation has been closed.

mdotk commented 5 years ago

I agree with @garrett-eclipse this is a great idea.

monbauza commented 4 years ago

Please inform the customer of conversation # 568530 when this conversation has been closed.

michaelbriantina commented 4 years ago

https://wordpress.org/support/topic/changing-seo-with-same-variables-for-all-product-pages/

Pcosta88 commented 3 years ago

Please inform the customer of conversation # 698776 when this conversation has been closed.

monbauza commented 3 years ago

Related: https://github.com/Yoast/wordpress-seo/issues/5031

emmelemme commented 1 year ago

Just wanted to leave here the "add_filter" workaround until the option is made available in the plugin interface.

add_filter('wpseo_posts_per_page', function($number){  
  // You can set whatever number you like.  
  return 100;  
});
VictoriaMcCarter commented 1 year ago

Please inform the customer of conversation # 1045931 when this conversation has been closed.