Condition in Sidebar.php
-
Hey everyone, my problem is that i want to add a condition to my sidebar to only display the chatbox I want to embed when it’s a single page view. Here’s the code that i tried.
`<?php if (is_single() == true){
Chat
}
?>`Is it because adding this condition in sidebar.php the problem and if is, is there anyway i can embed a chat only during single.php view?
Edit: Sorry for posting in wrong section of the forum. Too bad i can’t change it’s location….
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Condition in Sidebar.php’ is closed to new replies.