编辑:header.php
<?php /** * The template for displaying the header * * This is the template that displays all of the <head> section, opens the <body> tag and adds the site's header. * * @package HelloElementor */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } $viewport_content = apply_filters( 'hello_elementor_viewport_content', 'width=device-width, initial-scale=1' ); $enable_skip_link = apply_filters( 'hello_elementor_enable_skip_link', true ); $skip_link_url = apply_filters( 'hello_elementor_skip_link_url', '#content' ); ?> <!doctype html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <meta name="viewport" content="<?php echo esc_attr( $viewport_content ); ?>"> <link rel="profile" href="https://gmpg.org/xfn/11"> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <?php wp_body_open(); ?> <?php if ( $enable_skip_link ) { ?> <a class="skip-link screen-reader-text" href="<?php echo esc_url( $skip_link_url ); ?>"><?php echo esc_html__( 'Skip to content', 'hello-elementor' ); ?></a> <?php } ?> <?php if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'header' ) ) { if ( did_action( 'elementor/loaded' ) && hello_header_footer_experiment_active() ) { get_template_part( 'template-parts/dynamic-header' ); } else { get_template_part( 'template-parts/header' ); } }
保存文件
位置:
home
/
robertofarias
/
public_html
/
wp-content
/
themes
/
hello-elementor
批量上传
创建
创建
批量权限
批量删除
名称
权限
大小
修改时间
操作
↑ 返回上级
-
-
-
-
assets
drwxr-xr-x
-
2023-04-12 17:19
权限
删除
重命名
includes
drwxr-xr-x
-
2023-04-12 17:19
权限
删除
重命名
template-parts
drwxr-xr-x
-
2023-04-12 17:19
权限
删除
重命名
classic-editor.css
-rw-r--r--
761 B
2023-04-12 17:19
编辑
下载
权限
删除
重命名
classic-editor.min.css
-rw-r--r--
386 B
2023-04-12 17:19
编辑
下载
权限
删除
重命名
comments.php
-rw-r--r--
1.6 KB
2023-04-12 17:19
编辑
下载
权限
删除
重命名
customizer.css
-rw-r--r--
1001 B
2023-04-12 17:19
编辑
下载
权限
删除
重命名
customizer.min.css
-rw-r--r--
817 B
2023-04-12 17:19
编辑
下载
权限
删除
重命名
editor.css
-rw-r--r--
561 B
2023-04-12 17:19
编辑
下载
权限
删除
重命名
editor.min.css
-rw-r--r--
466 B
2023-04-12 17:19
编辑
下载
权限
删除
重命名
footer.php
-rw-r--r--
558 B
2023-04-12 17:19
编辑
下载
权限
删除
重命名
header.php
-rw-r--r--
1.37 KB
2023-04-12 17:19
编辑
下载
权限
删除
重命名
index.php
-rw-r--r--
1000 B
2023-04-12 17:19
编辑
下载
权限
删除
重命名
readme.txt
-rw-r--r--
13.1 KB
2023-04-12 17:19
编辑
下载
权限
删除
重命名
screenshot.png
-rw-r--r--
108.22 KB
2023-04-12 17:19
编辑
下载
权限
删除
重命名
sidebar.php
-rw-r--r--
271 B
2023-04-12 17:19
编辑
下载
权限
删除
重命名
style.css
-rw-r--r--
12.07 KB
2023-04-12 17:19
编辑
下载
权限
删除
重命名
style.min.css
-rw-r--r--
5.61 KB
2023-04-12 17:19
编辑
下载
权限
删除
重命名
theme.css
-rw-r--r--
15 KB
2023-04-12 17:19
编辑
下载
权限
删除
重命名
theme.min.css
-rw-r--r--
12 KB
2023-04-12 17:19
编辑
下载
权限
删除
重命名