CONCERT REVIEWS VOICES ARCHIVE
if ( $Wp_Posts->posts_archive_count )
{
?>
$post_author_prev = null;
for ($i=0; $i < $Wp_Posts->posts_archive_count; $i++) {
?>
$post = $Wp_Posts->posts_archive[$i];
if($urlRewrite)
{
$postLink = $cmsConfig['Sections']['ConcertReviews']['base'].$post->ID.'/'.$post->post_name.'/';
}
else
{
$postLink = $cmsConfig['Sections']['ConcertReviews']['home'] . 'Genre_Name=' . $genresSuper->genresSuper_name_slug . '&Post_Name=' . $post->post_name;
}
?>
=$post->post_date_formatted?> =$post->post_author_name_upper?>
}
?>
include ('bannerLeft.pht');
?>
}
?>