文件操作 - template-geo-page
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/steemteam/public_html/wp-content/themes/hello-elementor-child/template-geo-page
编辑文件内容
<?php /** * Template Name: Geo Page * Template Post Type: page */ if ( ! defined( 'ABSPATH' ) ) { exit; } $master_template_id = 1882; get_header(); if ( class_exists( '\Elementor\Plugin' ) && ! empty( $master_template_id ) ) { echo \Elementor\Plugin::instance()->frontend->get_builder_content_for_display( $master_template_id, true ); } else { if ( have_posts() ) : while ( have_posts() ) : the_post(); the_content(); endwhile; endif; } get_footer();
修改文件时间
将文件时间修改为当前时间的前一年
删除文件