query('showposts='.$posts_num.'&paged='.$paged.'&post_status=publish&ignore_sticky_posts=1'); $i = 1 ; $html_item = ''; if ($wp_query -> have_posts()) : while ( $wp_query -> have_posts() ) : $wp_query -> the_post(); $featured_image = ''; if( has_post_thumbnail() ){ $thumbnail_id = get_post_thumbnail_id(get_the_ID()); $image_attributes = wp_get_attachment_image_src( $thumbnail_id, "related-post" ); $imageInfo = get_post($thumbnail_id); $image_title = get_the_title(); if( isset( $imageInfo->post_title) ) $image_title = $imageInfo->post_title; $featured_image = '
    '.$image_title.'
    '; } ?>