Displaying something ONLY on Index page
-
I’d like to know what coding to use to change the content fo my sidebar when on the index page and when on any other page. I don’t use widgets or whatever.
I tried using the following code:
<?php if ( !(is_home()) ) { ?> CONTENT <?php } ?>
It didn’t work for me.
Can anyone help me?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Displaying something ONLY on Index page’ is closed to new replies.