Security jobs in your ZIP code
Please click on the question to see a possible answer to the question. Please check back often as we post more questions and answers.
have_posts()) : $my_query->the_post();
$do_not_duplicate = $post->ID;
echo “
“;
the_title();
echo “
“;
/*the_excerpt(); */
/*echo substr(get_the_excerpt(), 0,30);*/
endwhile;
?>