文件操作 - archive-product.php
返回文件管理
返回主菜单
删除本文件
文件: /var/www/vec.uaysen.cl/html/wp-content/themes/E17/wc-templates/archive-product.php
编辑文件内容
<?php defined( 'ABSPATH' ) OR die( 'This script cannot be accessed directly.' ); /** * The Template for displaying product archives, including the main shop page which is a post type archive * * Required for "Content template" option */ get_header( 'shop' ); ?> <main id="page-content" class="l-main"<?php echo ( us_get_option( 'schema_markup' ) ) ? ' itemprop="mainContentOfPage"' : ''; ?>> <?php if ( us_get_option( 'enable_sidebar_titlebar', 0 ) ) { // Titlebar, if it is enabled in Theme Options us_load_template( 'templates/titlebar' ); // START wrapper for Sidebar us_load_template( 'templates/sidebar', array( 'place' => 'before' ) ); } us_load_template( 'templates/content' ); if ( us_get_option( 'enable_sidebar_titlebar', 0 ) ) { // AFTER wrapper for Sidebar us_load_template( 'templates/sidebar', array( 'place' => 'after' ) ); } ?> </main> <?php get_footer( 'shop' );
修改文件时间
将文件时间修改为当前时间的前一年
删除文件