How to enable the filtering by Content Type in SharePoint 2013/ Office 365?
In my project, We have a Page library with lot of page items , you want to get to the required page in a short span of time, you can enable filtering based on Content types. This would save you a lot of time. Lets say have a page library which holds different content types of page items. The implementation would be the list of following steps.
1. Create view for each content type in a page library
2. Open your view settings-> Filter option
3. select ‘Show items only when the following is true’.
4. In condition: Select Column = “Content Type” Operator = “is equal to” and type yourcontentTypeName in value filed.
That’s it. Your List view is now filtered by content type.