• Hello!

    I′m using WP for the first time and I liked very much Adamos theme. Thanks for sharing it. Everything runs fine until now. My ideia is to use fixed imgs to slides at the home page. Images that cannot be seen in a post. I already removed the links from slider but I cant see a way to add images without making new posts OR making the new posts invisible to users. I tried to make a hide post but the image is hide too and doesnt show in slider. Any solutions?
    ps: sorry for bad english :p

Viewing 1 replies (of 1 total)
  • Theme Author Template Express

    (@danstriker)

    Hello,

    in the header.php file inside <ul class="slides"> you will see the php code that pulls in the post image, title and excerpt. You can remove all of the php code inside this and replace it with html to show your images instead.

    So inside this ul class you might have something like:

    <li>
    <img width="2000" height="500" src="https://www.yoursite.com/wp-content/uploads/2014/08/yourimage.jpg" />
    </li>
Viewing 1 replies (of 1 total)
  • The topic ‘Change slider to a fixed slideshow’ is closed to new replies.