Client says

    cubby_of_get_option('latest_news'), 'posts_per_page' => 2, ); // The Query $the_query = new WP_Query( $args ); // The Loop if ( $the_query->have_posts() ) { echo '
      '; while ( $the_query->have_posts() ) { $the_query->the_post(); $cubby_feat_image = ""; $cubby_excerpt_css = ""; $feat_image = wp_get_attachment_url( get_post_thumbnail_id(get_the_ID()) ); $feat_image = cubby_new_thumb_resize( $feat_image, 110, 70,'', true ); if($feat_image != ""){ $cubby_feat_image = '' . get_the_title() . ''; $cubby_excerpt_css = "p-128"; } echo '
    • '.$cubby_feat_image.'

      ' . get_the_title() . '

      '.get_the_date('F dS, Y').''.cubby_cover_excerpt(22).'

    • '; echo ''; } echo '
    '; } else { // no posts found } /* Restore original Post Data */ wp_reset_postdata(); ?>
0){ global $content_width ; ?>