I mean, the slider works but it doesnt show pics but only the title of the posts is what slides.
This is what I have:
<?php $my_query = new WP_Query(‘cat=6&showposts=10’
;
while ($my_query->have_posts()) : $my_query->the_post(); $img = get_post_meta($post->ID, “img”, TRUE ); ?>
<?php if ( in_category( ‘portfolio’
) { ?>


225 Purchases
92 Comments