The category filter on the Projects page is a built-in feature of the Portfolio post type in the Archy theme. Unfortunately, it is not available for the Blog/Posts archive (your Newsroom page) — it was designed specifically for Portfolio items.
Regarding your questions:
1) Adding a filter to the Newsroom page:
Since the theme doesn’t natively support this for blog posts, you would need a third-party plugin that adds AJAX category filtering to post archives. There are plugins available for this, but we can’t guarantee full compatibility with the theme’s layout — you would need to test it on your end.
2) Removing/hiding the filter on the Projects page:
There is no toggle for this in the Customizer. However, you can hide it by adding the following CSS snippet via Appearance → Customize → Additional CSS:
.filters { display: none; }
This will hide the filter bar from the Projects page.
Let me know if you have any other questions!
Best regards,
Serkan
Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in and have valid license to reply to this topic.