文件操作 - blog_20.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/jimbrandstatter/public_html/wp-content/themes/Total/cards/blog/blog_20.php
编辑文件内容
<?php defined( 'ABSPATH' ) || exit; $html = ''; $html .= '<div class="wpex-card-inner wpex-flex wpex-flex-col wpex-flex-grow">'; // Media $html .= $this->get_media( array( 'class' => 'wpex-mb-15', ) ); // Title $html .= $this->get_title( array( 'class' => 'wpex-heading wpex-text-md wpex-child-inherit-color', ) ); // Excerpt $html .= $this->get_excerpt( array( 'class' => 'wpex-my-10', 'length' => 0 ) ); // Meta $html .= '<div class="wpex-card-meta wpex-flex wpex-flex-wrap wpex-items-center wpex-gap-5 wpex-mt-5">'; // Date $html .= $this->get_date( array( 'type' => 'published', ) ); // Terms $primary_term = $this->get_primary_term( array( 'term_class' => 'wpex-no-underline wpex-hover-underline wpex-text-current wpex-hover-text-1', 'has_term_background_color' => false, ) ); if ( $primary_term ) { $html .= '<span>–</span>'; $html .= $primary_term; } $html .= '</div>'; $html .= '</div>'; return $html;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件