';
if ( $theme_options['pmthemes_display_fullw'] == false ) :
echo '';
if( is_category() ) {
printf(__('Category Archives: %s', 'pmthemes'), '' . single_cat_title( '', false ) . '');
} elseif ( is_tag() ) {
printf(__('Tag Archives: %s', 'pmthemes'), '' . single_cat_title( '', false ) . '');
} elseif ( is_date() ) {
printf( __( 'Monthly Archives: %s', 'pmthemes' ), '' . get_the_date( _x( 'F Y', 'date format of monthly archives', 'pmthemes' ) ) . '' );
} else {
_e( 'Archives fda', 'pmthemes' );
}
echo '
';
do_action('pmthemes_before_archive_content');
if ( $theme_options['pmth_grid_col_opt'] == 'pmth-grid-coln' ) {
$gridopt = $theme_options['pmth_grid_column'];
} else {
$gridopt = $theme_options['pmth_grid_width'];
}
echo '