I want to help me about two cases below. 1. I want to make a new page in my website like home page, but in this page I want to contained articles only from a specific category. 2. Also, in home page seems articls from alla categories. Is possible to exclude a category from home page?
I want to help me about two cases below.
1. I want to make a new page in my website like home page, but in this page I want to contained articles only from a specific category.
2. Also, in home page seems articls from alla categories. Is possible to exclude a category from home page?
https://experience.saekmesol.sch.gr
Hi,
It looks to me that the questions are related.
You always have the category page (which obviously displays a single category) for example
https://experience.saekmesol.sch.gr/category/fashion-designe/
However, if you don't want to opt for this approach my suggestion is:
Create a new page template out of blog-page.php and name it for example 'Home Blog' with filename home-blog-page.php
There modify the wp query selecting the blog posts by including/excluding the categories
See the section highlighted in the screenshot
https://prnt.sc/IK1t9Rvj57iO
You have two parameters category__in and category__not_in
https://developer.wordpress.org/reference/classes/wp_query/#category-parameters
you need to know the category IDs
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thank you for your quick reply and the excellent help you have given me.