文件操作 - magazine_1.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/jimbrandstatter/public_html/wp-content/themes/Total/cards/magazine/magazine_1.php
编辑文件内容
<?php defined( 'ABSPATH' ) || exit; $html = ''; // Media $html .= $this->get_media( array( 'class' => 'wpex-mb-10', ) ); // Details $html .= '<div class="wpex-card-details wpex-last-mb-0">'; // Header $html .= '<div class="wpex-card-header wpex-flex wpex-flex-wrap wpex-mb-10 wpex-text-xs wpex-uppercase wpex-font-medium">'; // Primary Term $html .= $this->get_primary_term( array( 'link' => true, 'class' => 'wpex-inline-block', 'term_class' => 'wpex-inherit-color wpex-no-underline wpex-inline-block wpex-border-0 wpex-border-b-2 wpex-border-solid wpex-border-gray-400 wpex-hover-border-accent wpex-hover-text-accent', 'after' => '<span class="wpex-mx-5">·</span>' ) ); // Date $html .= $this->get_date( array( 'class' => 'wpex-inline-block', ) ); $html .= '</div>'; // Title $html .= $this->get_title( array( 'link' => true, 'class' => 'wpex-heading wpex-text-xl wpex-font-bold wpex-mb-5', ) ); // Excerpt $html .= $this->get_excerpt(); $html .= '</div>'; return $html;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件