芝麻web文件管理V1.00
编辑当前文件:/home/fambnfli/public_html/tr/wp-content/themes/fambridge/single-portfolio.php
'single-portfolio', 'video' => $video, 'audio' => $audio, 'images' => $images, 'size' => 'boldthemes_large_rectangle', 'gallery_type' => $gallery_type, 'featured_image' => $featured_image ) ); $permalink = get_permalink(); $post_format = get_post_format(); $content_html = apply_filters( 'the_content', get_the_content() ); $content_html = str_replace( ']]>', ']]>', $content_html ); BoldThemesFrameworkTemplate::$content_html = $content_html; $post_categories = get_the_terms( $post, 'portfolio_category' ); BoldThemesFrameworkTemplate::$categories_html = boldthemes_get_post_categories( array( "categories" => $post_categories ) ); $tags = get_the_tags(); BoldThemesFrameworkTemplate::$tags_html = ''; if ( $tags ) { foreach ( $tags as $tag ) { BoldThemesFrameworkTemplate::$tags_html .= '
' . esc_html( $tag->name ) . '
'; } BoldThemesFrameworkTemplate::$tags_html = rtrim( $tags_html, ', ' ); BoldThemesFrameworkTemplate::$tags_html = '
' . BoldThemesFrameworkTemplate::$tags_html . '
'; } $comments_open = comments_open(); $comments_number = get_comments_number(); BoldThemesFrameworkTemplate::$show_comments_number = true; if ( ! $comments_open && $comments_number == 0 ) { BoldThemesFrameworkTemplate::$show_comments_number = false; } BoldThemesFrameworkTemplate::$class_array = array( ); if ( BoldThemesFrameworkTemplate::$media_html == '' ) BoldThemesFrameworkTemplate::$class_array[] = 'noPhoto'; BoldThemesFrameworkTemplate::$meta_html = boldthemes_get_post_meta(); if ( boldthemes_get_option( 'pf_single_view' ) == 'columns' ) { get_template_part( 'views/portfolio/single/columns' ); } else { get_template_part( 'views/portfolio/single/standard' ); } if ( comments_open() || get_comments_number() ) { get_template_part( 'views/comments' ); } get_template_part( 'views/prev_next' ); } } ?>