Forums
Theme Lab Forums » Announcements and Updates
Coditional Sidebar display?
(2 posts)-
Hi Leland
I believe I saw an article here about “conditional display” in sidbar? Or was it at the WP page?
Anyway, I want to alter the sidebar display on the different pages.
How do I go about doing that?Thanks!!!
Olle…
Posted 1 month ago # -
You could use the conditional tag is_page('your-page-slug') in the sidebar. For example, on the about page you would do this.
<?php if (is_page('about')) { ?> Put your about page code here <?php } ?>Posted 1 month ago #
Reply
You must log in to post.








