I'd like to be able to show some images only on my index page / home page.
is there a command for this similar to the "php if single"?
I'd like to be able to show some images only on my index page / home page.
is there a command for this similar to the "php if single"?
There is a template tag which tests for the home page: is_home() You could use this in the page template to test and display the images.
This topic has been closed to new replies.