文件操作 - page-featured-items-4col.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/i2kdefense/public_html/wp-content/themes/flatsome/page-featured-items-4col.php
编辑文件内容
<?php /** * Template name: Portfolio * * @package Flatsome\Templates * @flatsome-version 3.19.9 */ get_header(); ?> <div class="portfolio-page-wrapper portfolio-archive page-featured-item"> <?php get_template_part( 'template-parts/portfolio/archive-portfolio' ); ?> <?php while ( have_posts() ) : the_post(); ?> <div class="container"> <?php the_content(); ?> </div> <?php endwhile; // end of the loop. ?> </div> <?php get_footer(); ?>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件