Setting Sidebar so only certain plugins show on main page
-
I couldn’t think of a way to say that more concisely.
I want to set certain plugins—like recent comments—to only show up on the main index page. Is there an easy way to do this?
I tried hacking some PHP I saw but it didn’t work:
<?php /* Show Asides only on the frontpage */ if (!is_paged() && is_home()) { if (get_option('k2asidesposition') != '0' and get_option('k2asidescategory') != '0') { ?>
But I am not using K2. Any suggestions?
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Setting Sidebar so only certain plugins show on main page’ is closed to new replies.