芝麻web文件管理V1.00
编辑当前文件:/home/fambnfli/public_html/en/wp-content/themes/nifty/single.php
$video, 'audio' => $audio, 'images' => $images, 'size' => 'boldthemes_large_rectangle', 'link_title' => $link_title, 'link_url' => $link_url, 'quote' => $quote, 'quote_author' => $quote_author, 'gallery_type' => $gallery_type, 'featured_image' => $featured_image ) ); $post_format = get_post_format(); $permalink = get_permalink(); BoldThemesFrameworkTemplate::$content_html = apply_filters( 'the_content', get_the_content() ); BoldThemesFrameworkTemplate::$content_html = str_replace( ']]>', ']]>', BoldThemesFrameworkTemplate::$content_html ); BoldThemesFrameworkTemplate::$categories_html = boldthemes_get_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( BoldThemesFrameworkTemplate::$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::$blog_author = boldthemes_get_option( 'blog_author' ); BoldThemesFrameworkTemplate::$blog_date = boldthemes_get_option( 'blog_date' ); BoldThemesFrameworkTemplate::$class_array = array( ); if ( BoldThemesFrameworkTemplate::$media_html == '' ) BoldThemesFrameworkTemplate::$class_array[] = 'noPhoto'; BoldThemesFrameworkTemplate::$meta_html = boldthemes_get_post_meta(); if ( $blog_single_view == 'columns' ) { get_template_part( 'views/post/single/columns' ); } else { get_template_part( 'views/post/single/standard' ); } if ( boldthemes_get_option( 'blog_author_info' ) ) { get_template_part( 'views/about_author' ); } if ( comments_open() || get_comments_number() ) { get_template_part( 'views/comments' ); } get_template_part( 'views/prev_next' ); } } ?>