I love highheels!

request ); //echo($current_slug); // 路径进行拆分 $keywords = explode('/', $current_slug); $search_keyword_string = $keywords[count($keywords)-1]; // urldecode 进行关键字处理 $search_keyword_string = urldecode_deep($search_keyword_string); $search_keyword_string = str_replace('-', '', $search_keyword_string); // echo($search_keyword_string); // 使用 - 进行关键词拆分 $args = array('s'=>$search_keyword_string); // echo("Url Keywords: "+ $args[0]); // The Query 查询 $the_query = new WP_Query( $args ); if ( $the_query->have_posts() ) { //_e("

Search Results for: ".get_query_var('s')."

"); while ( $the_query->have_posts() ) { $the_query->the_post(); ?>
  • -

  • 20, 'orderby' => 'rand', 'post_status' => 'publish' ); $rand_posts = get_posts( $args ); foreach( $rand_posts as $post ) : ?>
  • -