Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
garretthyder opened this issue Nov 30, 2018 · 10 comments
Open

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

garretthyder opened this issue Nov 30, 2018 · 10 comments

Comments

@garretthyder
Copy link
Contributor

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
Copy link
Contributor

andizer commented Dec 5, 2018

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.

@andizer andizer added the idea label Dec 5, 2018
@garretthyder
Copy link
Contributor Author

Thanks @andizer sounds great

@andizer
Copy link
Contributor

andizer commented Dec 13, 2018

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

@mdotk
Copy link

mdotk commented Jan 31, 2019

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

@monbauza
Copy link

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

@Pcosta88
Copy link
Contributor

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

@monbauza
Copy link

monbauza commented Jun 4, 2021

Related: #5031

@emmelemme
Copy link

emmelemme commented Sep 14, 2022

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

9 participants