Hello,
This is how my category looks like https://prnt.sc/pl0cxf . How do I hide categories in my category sibling block/column? I mean, we can right-click on the block and delete it, but I really like the block/column and I think it is cool, how do we keep the block but not allow category siblings from showing in the block/column?
Hi,
In order to remove the siblings, you’ll need to edit that cloud template with tagDiv Composer if you need more help, please provide some more details about the demo or template that you are using.
Thank you!
Hi,
You’ll need to edit the template like this -> http://prntscr.com/pm29zq and change the color for category siblings -> http://prntscr.com/pm2bce the box is set on category siblings or you can use a custom css -> http://prntscr.com/pm2c1m
.td-category .entry-category a {
display: none;
}
Thank you!
Cool.
In some categories only the sub-categories are showing up as siblings and in some category pages all the main categories are showing.
I have 2 questions? Is category siblings used for navigation or style? My second question would be, If I have to show all main category siblings in all category pages, how do I do it?
Hello !
For a better understanding on how categories work I suggest you to follow this documentation: https://www.wpbeginner.com/glossary/category/
Also in order to display multiple categories in one category page you can simply import and design a Category page template: https://forum.tagdiv.com/cloud-library-category-templates/ and use one of the elements available here: https://www.screencast.com/t/tZCtpVi2Z
Thank you !