芝麻web文件管理V1.00
编辑当前文件:/home/digitalh/bizmate.digitalhubbd.com/wp-content/themes/sway/single.php
ID ) ) { $post_header_image = wp_get_attachment_url( get_post_thumbnail_id(get_option($post->ID)), 'full' ); } if ( $post_header_image != '' ) { $post_image_class = 'post-with-image'; } $blog_single_sidebar = sway_get_option( 'tek-blog-single-sidebar' ); if ( '' == $blog_single_sidebar ) { $blog_single_sidebar = 1; } $blog_active_widgets = is_active_sidebar( 'blog-sidebar' ); if ( ! $blog_active_widgets ) { $blog_single_sidebar = 0; } if ( sway_get_option( 'tek-blog-sticky-sidebar' ) ) { $sticky_sidebar = 'post-sticky-sidebar'; } if ( $blog_single_sidebar ) { $page_layout .= "use-sidebar"; } if ( '' != sway_get_option( 'tek-single-post-template' ) && is_singular('post')) { $single_post_template = sway_get_option( 'tek-single-post-template' ); } else { $single_post_template = 'single-post-layout-one'; } ?>