芝麻web文件管理V1.00
编辑当前文件:/home/r5772835/public_html/ycreate.jp/wp-content/themes/snow-monkey/templates/view/content-post.php
$display_adsense, '_display_article_bottom_widget_area' => true, '_display_article_top_widget_area' => true, '_display_bottom_share_buttons' => $display_bottom_share_buttons, '_display_contents_bottom_widget_area' => true, '_display_comments' => true, '_display_entry_footer' => true, '_display_entry_header' => $display_entry_header, '_display_eyecatch' => $display_eyecatch, '_display_profile_box' => $display_profile_box, '_display_tags' => true, '_display_top_share_buttons' => $display_top_share_buttons, ) ); if ( $args['_display_entry_header'] ) { $args = wp_parse_args( $args, array( '_display_title_top_widget_area' => true, '_display_entry_meta' => true, ) ); } if ( $args['_display_entry_footer'] ) { $args = wp_parse_args( $args, array( '_display_follow_box' => has_nav_menu( 'follow-box' ), '_display_like_me_box' => get_option( 'mwt-facebook-page-name' ), '_display_prev_next_nav' => true, '_display_related_posts' => get_option( 'mwt-display-related-posts' ), ) ); } Helper::get_template_part( 'template-parts/content/entry/entry', $args['_name'], $args );