文件操作 - search_6.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/jimbrandstatter/public_html/wp-content/themes/Total/cards/search/search_6.php
编辑文件内容
<?php defined( 'ABSPATH' ) || exit; $html = ''; $html .= '<div class="wpex-card-inner wpex-surface-1 wpex-rounded-md wpex-border wpex-border-gray-200 wpex-border-solid">'; // Details $html .= '<div class="wpex-card-details wpex-px-25 wpex-pt-25">'; // Title $html .= $this->get_title( array( 'class' => 'wpex-heading wpex-text-lg wpex-font-normal wpex-mb-15 wpex-text-accent', 'link_class' => 'wpex-inherit-color-important wpex-hover-underline', ) ); // Excerpt $html .= $this->get_excerpt( array( 'class' => 'wpex-my-15' ) ); $html .= '</div>'; // Permalink $html .= $this->get_element( array( 'link' => get_permalink(), 'content' => get_permalink(), 'class' => 'wpex-card-permalink wpex-py-15 wpex-px-25 wpex-border-t wpex-border-gray-200 wpex-border-solid', 'css' => 'color:#006627', 'link_class' => 'wpex-inherit-color-important wpex-hover-underline', ) ); $html .= '</div>'; return $html;
修改文件时间
将文件时间修改为当前时间的前一年
删除文件