文件操作 - content-search.php
返回文件管理
返回主菜单
删除本文件
文件: /home/www/public/wp-content/themes/ms-lms-starter-theme/templates/content/content-search.php
编辑文件内容
<h1><?php esc_html_e( 'Search results', 'starter-text-domain' ); ?></h1> <?php if ( have_posts() ) : ?> <div class="posts-template"> <?php while ( have_posts() ) { the_post(); ?> <section id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <?php get_template_part( 'templates/post/parts/featured-image' ); ?> <div class="post-main"> <?php get_template_part( 'templates/post/parts/title' ); get_template_part( 'templates/post/parts/content' ); get_template_part( 'templates/post/parts/info' ); ?> </div> </section> <?php } posts_pages_pagination( 'posts_pages_pagination' ); wp_reset_postdata(); ?> </div> <?php else : ?> <p><?php esc_html_e( 'Sorry, nothing was found', 'starter-text-domain' ); ?></p> <?php endif; ?>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件