文件操作 - cpt-single.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/jimbrandstatter/public_html/wp-content/themes/Total/partials/cpt/cpt-single.php
编辑文件内容
<?php use TotalTheme\CPT\Single_Blocks as Blocks; /** * CPT Single Post Layout. * * @package Total WordPress theme * @subpackage Partials * @version 5.10 */ defined( 'ABSPATH' ) || exit; if ( ! class_exists( 'TotalTheme\CPT\Single_Blocks' ) ) { return; } ?> <div id="single-blocks" <?php Blocks::wrapper_class(); ?>><?php /** * Renders the single cpt post blocks. * * @see inc/cpt/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(); ?></div>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件