文件操作 - index.php
返回文件管理
返回主菜单
删除本文件
文件: /home/tecnoht/public_html/gigisantamaria--com/wp-content/themes/mate/index.php
编辑文件内容
<?php get_header(); ?> <!--======================================================== CONTENT =========================================================--> <section id="content" class="content"> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="entry-content"> <?php while ( have_posts() ) : the_post(); //Open the loop ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <!-- <h2 class="entry-title"><a href="<?php //the_permalink(); ?>"><?php //the_title(); ?></a></h2> --> <section class="entry-meta"> <?php //echo get_the_date(); ?> </section><!-- .entry-meta --> <section class="entry-content"> <?php the_content(); ?> </section><!-- .entry-content --> <section class="entry-utility"> <?php //comments_template(); ?> </section><!-- .entry-utility --> </article> <?php endwhile; // End the loop. ?> </div><!-- .entry-content --> </article> </section> <?php get_footer(); ?>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件