Hi
Is it possible to change the default of the Blog page, to VIEW ALL posts? Or, failing that, is it possible to remove the filter altogether?
Thanks!
Hi
Is it possible to change the default of the Blog page, to VIEW ALL posts? Or, failing that, is it possible to remove the filter altogether?
Thanks!
Hi There,
Thanks for writing!
There is an option to show all blog post but you can increase the value to the maximum number so that it will show the maximum amount of post.
Go to Settings -> Reading and change the value there.

To disable the filter please go to Theme option -> Ethos -> Blog Options

Disable the filter over there.
Hope this helps!
Hi
Thank you for your reply, but perhaps I haven’t expressed my question clearly. I’m not concerned about the total number of posts, my question was whether it is possible to change the default to View All, so that when you call up the page, all posts (to whatever maximum set) are visible, and then you would use the filter to refine, if needed. At the moment, when you call up the page, the default is that only one type of posts is visible and if you want to see all recent posts, you have to use the filter drop-down. I’d rather it was the other way around.
Thanks
Hi again,
Try adding the following code in the Theme Options > JS:
jQuery(document).ready(function($){
$('.x-index-filters-menu a[data-category-id="0"]').click();
});
Don’t forget to clear all caches including your browser’s cache after adding the code. If this doesn’t help then please provide the page URL in question so we can take a closer look.
Let us know how this goes!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.