• I wanna display a flash music player ONLY on the first page so when a person types in my address they will hear my music on the first page automatically playing.

    But the thing is my index page (homepage) has links to older posts so what happens is when the user clicks on “Older posts” on the home page it will go to a new page and then start the music again which can get pretty annoying if they go through lots of pages.

    Is there a condtion tag for the FIRST page of homepage?
    I tried <?php if (is_home('1')){ ?> but that didnt work

Viewing 2 replies - 16 through 17 (of 17 total)
Viewing 2 replies - 16 through 17 (of 17 total)
  • The topic ‘is_home() conditional tag for first page only’ is closed to new replies.