help me about my slide bar
i my website them has a sildeshow in this slideshow show 5 newsest post! i need chane newpost to a Specific catagory for exp news catagory? my slideshow code is:
div class="callbacks_container"
ul class="rslides" id="slider3"
?php
$the_query = new WP_Query(array('order' ='descending','orderby' ='ID','posts_per_page' ='5'));
while ($the_query-have_posts()) : $the_query-the_post(); ?
li
?php
if ( has_post_thumbnail() ) {
the_post_thumbnail('large');
}
else {
echo 'img alt="No Image" src="' . get_stylesheet_directory_uri() . '/images/no-image.png" /';
}
?
p class="caption"
?php the_title(); ?
/p
/li
?php endwhile; ?
?php wp_reset_query(); ?
/ul
/div
plz help me soon!
tnx alot