';
if( $item_type == '1/4 Blog Grid' || $item_type == '1/3 Blog Grid' ||
$item_type == '1/2 Blog Grid' || $item_type == '1/1 Blog Grid'){
print_blog_grid($item_class, $item_size, $num_excerpt, $full_content, $item_type);
}else if( $item_type == '1/1 Medium Thumbnail' ){
print_blog_medium($item_class, $item_size, $num_excerpt, $full_content);
}else if( $item_type == '1/1 Blog List' ){
print_blog_list($item_class, $item_size);
}
echo '
'; // blog-item-holder
echo '';
pagination();
}else{
global $gdl_admin_translator;
if( $gdl_admin_translator == 'enable' ){
$translator_not_found_title = get_option(THEME_SHORT_NAME.'_search_not_found_title', 'Search Not Found');
$translator_not_found = get_option(THEME_SHORT_NAME.'_search_not_found',
'Sorry, but nothing matched your search criteria. Please try again with some different keywords.');
}else{
$translator_not_found_title = __('Search Not Found','gdl_front_end');
$translator_not_found = __('Sorry, but nothing matched your search criteria.' .
' Please try again with some different keywords.','gdl_front_end');
}
echo '
';
echo '
' . $translator_not_found_title . '
';
echo '
' . $translator_not_found . '
';
echo '
'; // message box wrapper
}
echo "
"; // end of gdl-page-item
get_sidebar('left');
echo '';
echo "