Hi all,
First – thanks Tom for a great theme. I’m completely new to all of this and your theme has made it very easy to get up an running.
I’ve signed up for an Adsense account and have the ads showing up on some of my pages using a combination of a text widget in the left sidebar on some pages and a hook on others.
What I want to do is disable the sidebar entirely from the search page or remove the text widget I added to the left sidebar so the Adsense ad does not appear on the search results page.
I have customcss which I am using the following code in, if that makes a difference:
body.page-id-4 .grid-container {
max-width: 98%;
}
I can’t just tell the page to run another sidebar because those are setup for other pages. Is there a way to do this on the search page?
Thank you!