Forums

How to show recent images in jQuery-Slider? (1 post)

  1. Filia Libri
    Member
    Posted 4 months ago #

    Hey,

    I got a jQuery-Slider on my WP-Frontpage which I want to show the images of my latest posts.
    At the moment it just shows five standard-images and the code I got in my home-template.php looks like this:

    <div id="image-slider-wrap">
    			<div id="image-slider">
    				<img src="<?php bloginfo('template_url'); ?>/images/image-slider/slider-01.jpg" alt="Slider Image 01" />
    				<img src="<?php bloginfo('template_url'); ?>/images/image-slider/slider-02.jpg" alt="Slider Image 02" />
    				<img src="<?php bloginfo('template_url'); ?>/images/image-slider/slider-03.jpg" alt="Slider Image 03" />
    				<img src="<?php bloginfo('template_url'); ?>/images/image-slider/slider-04.jpg" alt="Slider Image 04" />
    				<img src="<?php bloginfo('template_url'); ?>/images/image-slider/slider-05.jpg" alt="Slider Image 05" />
    			</div>
    		</div>
    		<div class="clear"></div>
    		<!--end Image Slider-->

    Could anybody explain to me where I've got to put what code to make the recent images show up instead of the standard ones?

Reply

You must log in to post.

About this Topic