We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i would like pagination removed or if possible change the number of default posts per page(which is 5) ...how can i go about that...thanks
The text was updated successfully, but these errors were encountered:
Seconding this request. I would love to be able to show more than the default 5 entries per page.
Sorry, something went wrong.
This filter should allow you to customize how many entries are shown initially:
liveblog/classes/class-wpcom-liveblog-lazyloader.php
Line 64 in c518452
For example:
add_filter( 'liveblog_number_of_entries', function() { return 10; });
No branches or pull requests
i would like pagination removed or if possible change the number of default posts per page(which is 5) ...how can i go about that...thanks
The text was updated successfully, but these errors were encountered: