'; echo '
'; echo '
'; echo '
'; if( !is_tax('portfolio-category') && !is_tax('portfolio-tag') ){ // blog archive $item_type = get_option(THEME_SHORT_NAME.'_search_archive_item_size', '1/1 Full Thumbnail'); $num_excerpt = get_option(THEME_SHORT_NAME.'_search_archive_num_excerpt', 285); $full_content = get_option(THEME_SHORT_NAME.'_search_archive_full_blog_content', 'No'); global $blog_div_size_num_class; $item_class = $blog_div_size_num_class[$item_type]['class']; $item_size = $blog_div_size_num_class[$item_type][$sidebar_type]; echo '
'; 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 }else{ // portfolio archive $port_size = get_option(THEME_SHORT_NAME.'_portfolio_archive_size' ,'1/4'); $show_title = (get_option(THEME_SHORT_NAME.'_portfolio_archive_show_title' ,'Yes') == "Yes")? true: false; $show_tag = (get_option(THEME_SHORT_NAME.'_portfolio_archive_show_tags' ,'Yes') == "Yes")? true: false; print_normal_portfolio($port_size, $show_title, $show_tag); } echo '
'; pagination(); echo "
"; // end of gdl-page-item get_sidebar('left'); echo '
'; echo "
"; // row echo "
"; // gdl-page-left get_sidebar('right'); echo '
'; echo "
"; // row ?>