Check if sidebar is rendered?
I want to check if there are sidebars rendered on the front end and if so output some body classes so I can … Read more
I want to check if there are sidebars rendered on the front end and if so output some body classes so I can … Read more
I want the conditional to be applied and that it is only displayed on pages, but it does not work, what is wrong? … Read more
The following code generates a label for a facet (see sidebar). I would like to add a conditional statement that prevents the label … Read more
I want to display a particular message when a post has a specific tag on the article. I’ve done this, however the ‘Hello’ … Read more
I’m trying to find a way to have a conditional snippet in single.php where //do something happens if the current user has not … Read more
Closed. This question is off-topic. It is not currently accepting answers. Your question should be specific to WordPress. Generic PHP/JS/SQL/HTML/CSS questions might be … Read more
I have a page marked as the Posts page that lists most recent blog posts. It is at path /blog. I want to … Read more
I’d like this function to only return on certain pages. How might i do that? // Retreats Accordion function retreats_accordion() { ?> <!– … Read more
I am trying to use ids to control the structure of the output of my categories. I need to exclude a category that … Read more
I need to hide the branding section of my blog, but only when someone is viewing it from the iPad. I am not … Read more