have_posts() ) { $slidequery->the_post(); $image = wp_get_attachment_url( get_post_thumbnail_id($post->ID)); $img_arr[] = $image; $id_arr[] = $post->ID; } } } ?>
post_content; $content = apply_filters('the_content', $content); $content = str_replace(']]>', ']]>', $content); ?>
ID)); $thumbnail_id = get_post_thumbnail_id( $post->ID ); $alt = get_post_meta($thumbnail_id, '_wp_attachment_image_alt', true); ?> <?php echo esc_attr($alt); ?>