Hi,
i wood like to change slider to specific page id's not category's,
I know i need to modify this line, but cant get working correctly.
$additional_loop = new WP_Query("cat=".$k_option['mainpage']['feature_cats_final']."&posts_per_page=".$k_option['mainpage']['feature_count']);
I want to display only:
$additional_loop = new WP_Query("page_id=18,46,60,71,82"."&posts_per_page=5");
but i cant figure out what is going wrong for me,
Please help
Edgar














