• Hello.

    Love this theme, thanks. Wondering if it is possible to select page’s featured images as slider images. I’d rather have people click to a page than to a post.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • I was wondering the same thing. I would really like to use it but I need to use Pages for the slider, rather than posts.

    Theme Author Template Express

    (@danstriker)

    Hello,

    in the header.php file you will have to alter the following code to bring in pages rather than posts:

    <?php
                    query_posts(array('category_name' => 'featured', 'posts_per_page' => 3));
                    if(have_posts()) :
                        while(have_posts()) : the_post();
                    ?>
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Set slider images for featured Pages instead of posts’ is closed to new replies.