芝麻web文件管理V1.00
编辑当前文件:/home/r5772835/public_html/dina.ycreate.jp/wp-content/themes/snow-monkey/templates/view/search.php
get( 'post_type' ); $_post_type = $_post_type ? $_post_type : 'any'; $_post_type = 'any' !== $_post_type ? $_post_type : 'post'; $_post_type = is_array( $_post_type ) ? $_post_type[0] : $_post_type; $entries_layout = get_theme_mod( $_post_type . '-entries-layout' ); $force_sm_1col = get_theme_mod( $_post_type . '-entries-layout-sm-1col' ); $args = wp_parse_args( // phpcs:disable VariableAnalysis.CodeAnalysis.VariableAnalysis.UndefinedVariable $args, // phpcs:enable array( '_entries_layout' => $entries_layout, '_force_sm_1col' => $force_sm_1col, ) ); Helper::get_template_part( 'template-parts/archive/entry/search', $args['_name'], array( '_entries_layout' => $args['_entries_layout'], '_force_sm_1col' => $args['_force_sm_1col'], ) );