文件操作 - header.php
返回文件管理
返回主菜单
删除本文件
文件: /storage/v12552/kidsonlychiropract/public_html/wp-content/themes/astra-child/header.php
编辑文件内容
<?php /** * The header for Astra Theme. * * This is the template that displays all of the <head> section and everything up until <div id="content"> * * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials * * @package Astra * @since 1.0.0 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?><!DOCTYPE html> <?php astra_html_before(); ?> <html <?php language_attributes(); ?>> <head> <?php astra_head_top(); ?> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <?php wp_head(); ?> <?php astra_head_bottom(); ?> </head> <body <?php astra_schema_body(); ?> <?php body_class(); ?>> <?php astra_body_top(); ?> <?php wp_body_open(); ?> <a class="skip-link screen-reader-text" href="#content" role="link" title="<?php echo esc_attr( astra_default_strings( 'string-header-skip-link', false ) ); ?>"> <?php echo esc_html( astra_default_strings( 'string-header-skip-link', false ) ); ?> </a> <div <?php echo astra_attr( 'site', array( 'id' => 'page', 'class' => 'hfeed site', ) ); ?> > <?php astra_header_before(); astra_header(); astra_header_after(); astra_content_before(); ?> <div id="content" class="site-content"> <div class="ast-container" <?php if ( is_post_type_archive( 'tribe_events' ) ) { echo "style='display:block'";}?>> <?php astra_content_top(); if ( is_post_type_archive( 'tribe_events' ) ) { echo "<h1 style='1rem 3rem 0 3rem'> Events Archive </h1>"; } ?>
修改文件时间
将文件时间修改为当前时间的前一年
删除文件