文件操作 - link-pages.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/jimbrandstatter/public_html/wp-content/themes/Total/partials/link-pages.php
编辑文件内容
<?php /** * Page links. * * @package Total WordPress theme * @subpackage Partials * @version 5.10 */ defined( 'ABSPATH' ) || exit; $safe_align = ( $align = get_theme_mod( 'pagination_align' ) ) ? ' text' . sanitize_html_class( $align ) : ''; // Link pages when using <!--nextpage--> wp_link_pages( [ 'before' => '<div class="wpex-pagination wpex-clear wpex-mt-30' . $safe_align . '"><div class="page-links wpex-clr">', 'after' => '</div></div>', 'link_before' => '<span>', 'link_after' => '</span>', ] );
修改文件时间
将文件时间修改为当前时间的前一年
删除文件