Sidebar for Category Archive page only

Posted in: Newspaper
Post count: 64

Hi,

I want to display a Sidebar only for the Archive page of the Category but NOT for the Single post.
I tried to hide the sidebar via CSS from the single post, but I couldnt find a category-class for the post.
Is there any other way to achieve that?
Thanks!

Post count: 22421

Hello,
Css only knows the post id or the category id, it’s not dynamic so it will not detect which category a post belongs to. In order to have a sidebar only on a category page but not the posts themselves you need to alter the theme files and the post templates where the sidebar gets created. This will require a bit of customization and coding knowledge. We suggest you hire some help on this one from a freelancer or a friend who know s a bit of coding knowledge. You will have to add conditions to the code by using the wp function in_category: https://developer.wordpress.org/reference/functions/in_category/
Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.