Blog Layout & Category Menu

Hello there, is there a way to have the possibility to sort the blog posts through categories just like the portfolio section with that menu? If not would you suggest me a way to have a similar result?
And regarding category pages, how to make them the same layout of the blog (or the rest of the site) for example full width or with container - taking off the sidebar? Thanks.
A.

Hi there,

Thank you for reaching out to us. You can filter the blog posts through categories in Ethos stack. You can checkout the demo here http://demo.theme.co/ethos-1/

To change the layout of the blog or the archive pages navigate to Theme Options > Blog and adjust the layout as per your need (see screenshot)

Hope this helps!

Thank you for the reply, but i am already using Integrity stack so i should change everything…is there another way to do it without changing my whole site?
A.

Hello Alessandra,

Thanks for updating the thread.

Unfortunately, that will require custom development work which falls outside the scope of support we can offer. However, you can take a look at following Google Search result for some options on blog posts filter plugins or some custom scripts to make the necessary changes. Please click here to view the search result.

Thanks for understanding.

Thank you, will look among those results :slight_smile:
Regarding how to use full width layout or with container (removing then the sidebar) on category pages…any clues?
best
A.

Hello Alessandra,

Thanks for updating the thread.

You can add following CSS under X > Theme Options > CSS:

.x-sidebar {
    display: none;
}

.x-main {
    width: 100%;
}

1- I have found the proper CSS code selector using the Chrome browser Developer Toolbar: https://www.youtube.com/watch?v=wcFnnxfA70g

2- For the CSS code itself, I suggest that you get started with this tutorial: https://www.youtube.com/watch?v=yfoY53QXEnI

Thanks.

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