• What I want to do: use a rotating image script on all pages except the main page of a site.

    On the theme I am playing with (fheaven from https://www.fahlstad.se/themes )the image (not part of the header but on the post / page) is called via the css. I have sucessfully inserted rotating images using a rotating script but I want the main page to always show the same image.

    How to do this? Newbie here!

Viewing 4 replies - 1 through 4 (of 4 total)
  • use the is_home() tag

    Thread Starter learnerblogger

    (@learnerblogger)

    Thanks, however I need a little more help.

    the image is in the css so I have made another class in the header called #imagehome which calls the static image.

    The code where the image is inserted is

    <div id=”content”>

    <div id=”image”></div>

    Where and how to I put the is_home() tag

    use pastebin to show actual code

    Thanks for the tip charle97. Could someone explain exactly how and where I use this tag?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Rotating images’ is closed to new replies.