I have created a category to use as a second blog page. There are two problems.
1. The Category name and description shows on the page. Please see the attachment. I would like to get rid of the words, "Category / The Bitter Guy"
2. When I create a blog post, I cannot post it to ONLY the category I just created. The blog post goes to BOTH the main blog page AND the category page. How do I correct this so it goes to only the selected page?
1. Add this CSS to Custom CSS to remove the title completely:
.page-heading--title-section {
display: none;
}
2. This is a custom question and it cannot be done without customization or using a 3rd party plugin, you can try this plugin which I found, you can select which category you want to exclude from the blog page or other pages where the posts are.
I have created a category to use as a second blog page. There are two problems.
1. The Category name and description shows on the page. Please see the attachment. I would like to get rid of the words, "Category / The Bitter Guy"
2. When I create a blog post, I cannot post it to ONLY the category I just created. The blog post goes to BOTH the main blog page AND the category page. How do I correct this so it goes to only the selected page?
Thank you.
Hi there,
1. Add this CSS to Custom CSS to remove the title completely:
2. This is a custom question and it cannot be done without customization or using a 3rd party plugin, you can try this plugin which I found, you can select which category you want to exclude from the blog page or other pages where the posts are.
Best regards,
Laborator Team