0 ) {
$attr = array(
'class' => 'align' . esc_attr( $instance['featured_image_alignment'] ),
);
$thumbnail = get_the_post_thumbnail( $page_id, esc_attr( $instance['featured_image'] ), $attr );
if ( ! empty( $thumbnail ) && 'disable' !== $instance['featured_image'] ) {
echo wp_kses_post( $thumbnail );
}
}
?>
0 ) : ?>
1,
'page_id' => absint( $instance['special_page_id'] ),
'no_found_rows' => true,
);
$the_query = new WP_Query( $qargs );
?>
have_posts() ) : ?>
have_posts() ) : $the_query->the_post(); ?>