array('post','page'),
'post__in' => $organic_farm_slide_post,
'ignore_sticky_posts' => true, // Exclude sticky posts by default
);
// Check if specific posts are selected
if (empty($organic_farm_slide_post) && is_sticky()) {
$agriculture_farming_args['post__in'] = get_option('sticky_posts');
}
$agriculture_farming_query = new WP_Query( $agriculture_farming_args );
if ( $agriculture_farming_query->have_posts() ) :
$agriculture_farming_i = 1;
?>
have_posts() ) : $agriculture_farming_query->the_post(); ?>
>