文件操作 - page.php
返回文件管理
返回主菜单
删除本文件
文件: /var/www/vec.uaysen.cl/html/wp-content/themes/E17/page.php
编辑文件内容
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' ); /** * The template for displaying pages * * Do not overload this file directly. Instead have a look at templates/single.php file in us-core plugin folder: * you should find all the needed hooks there. */ if ( function_exists( 'us_load_template' ) ) { us_load_template( 'templates/single' ); } else { get_header(); ?> <main id="page-content" class="l-main"> <?php while ( have_posts() ) { the_post(); get_template_part( 'content' ); } ?> </main> <?php get_footer(); }
修改文件时间
将文件时间修改为当前时间的前一年
删除文件