have_posts()) : $my_query->the_post(); // Don't show featured item //if ($post->ID == $featuredID) continue; while (have_posts()) : the_post(); echo "

    ".get_the_title()."

    "; date_posted(); echo "

    "; echo "

    "; contentResize(get_the_content(),50,'flag'); echo "

    "; endwhile; ?>