Want the main blog area to show the newest posts

We are using pro on http://jeremygorham.com/blog/ and it is displaying ONLY the leadersip category on the posts unless I choose all in the drop down area. Can I have it default for all of them?

Hello @CrossTown,

Thanks for asking. :slight_smile:

Yes, of course you can do that form Pro > Launch > Theme Options > Ethos > Blog Options > Filtrable index (Toggle).

Thanks.

what if i want the fitrable index?

Hello There,

Thanks for updating in! If you want filterable index, just make sure that you inserted all the category IDs so that all the posts will display.

To know more how to locate the category IDs, please check this out:

Hope this helps.

I did that, but it still only displays one category

Hello There,

Please add the following CSS code in the X > Launch > Theme Options > Global CSS (http://prntscr.com/evui3r)

.x-filterable-category-group {
    display: block;
    visibility: visible;
}

Hope this helps. Kindly let us know.

I dont think Im being clear as to what I want. I would like to show all the blog post categories on the blog landing page like this screen shot: but I also want the filterable index on.

Hello There,

​To assist you better with this issue, would you mind providing us the url of your site with login credentials so we can take a closer look?

To do this, you can create a secure note with the following info:
– Link to your site
– WordPress Admin username / password

Thank you.

Here is is:

Hi There,

Please add this to Theme Options > JS

jQuery(document).ready(function($) {
	$("a[data-category-id='0'], .x-index-filters").trigger('click');
});

Hope it helps,
Cheers!

cool thanks

You’re welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.