hello
sorry for my bad english
iam used Featured Content Slider v2.4 to my wp blog, but i have issue with display news, it shows 3 consistent post in a specific category in slideshow. i want to shows 3 different post in slideshow…..
here is some code to calling post & news to a slideshow:
<?php query_posts('cat=2&showposts=1&offset=1'); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<h3><?php the_title(); ?></h3>
<?php the_content('more'); ?>
<?php endwhile; ?>
<?php endif; ?>
any help thx