文件操作 - loop.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/jimbrandstatter/public_html/wp-content/themes/Total/partials/loop/loop.php
编辑文件内容
<?php /** * Main Loop * * @package Total WordPress theme * @subpackage Partials * @version 5.0 */ defined( 'ABSPATH' ) || exit; // Increment the wpex_count var for each item in the loop wpex_increment_loop_counter(); // Include template part wpex_get_template_part( 'cpt_entry', get_post_type() ); // Reset counter when current count equals the number of displayed columns wpex_maybe_reset_loop_counter( wpex_get_array_first_value( wpex_get_grid_entry_columns() ) );
修改文件时间
将文件时间修改为当前时间的前一年
删除文件