query(‘cat=13’);
if ( $wp_query->have_posts() ) {
echo ‘
- ‘;
- ‘.get_the_title().’
while ( $wp_query->have_posts() ) {
echo ‘
‘;
}
echo ‘
‘;
}
}?>
query(‘cat=13’);
if ( $wp_query->have_posts() ) {
echo ‘
‘;
}
echo ‘
‘;
}
}?>