$cat Past Postings
";
// the query
$all_posts = new WP_Query( array( 'post_type' => 'page', 'post_status' => 'publish', 'posts_per_page' => -1, 'meta_key' => 'category',
'meta_query' => array(
array(
'key' => 'category',
'value' => $cat,
'compare' => 'LIKE'))
) );
$ctr=0;
if ( $all_posts->have_posts() ) :
?>
-
have_posts() ) : $all_posts->the_post(); ?>
- How to translate the SBA website to Spanish
$ctr++; if ($_GET["cat"] == "SBA" and $ctr ==1) { ?>
} ?>