Dashboard
PHP:
8.4.22
OS:
Linux
User:
provencez
/
/
home
/
provencez
/
www
/
wp-content
/
plugins
/
wptouch
/
themes
/
bauhaus
/
default
📤 Upload
📝 New File
📁 New Folder
Close
Editing: header.php
<!DOCTYPE html> <html <?php language_attributes(); ?>> <head> <meta charset="<?php bloginfo( 'charset' ); ?>"> <title><?php echo esc_html( wp_title( ' | ', false, 'right' ) ); ?></title> <?php wptouch_head(); ?> <?php if ( !is_single() && !is_archive() && !is_page() && !is_search() ) { wptouch_canonical_link(); } if ( isset( $_REQUEST[ 'wptouch_preview_theme' ] ) || isset( $_REQUEST[ 'wptouch_switch' ] ) ) { echo '<meta name="robots" content="noindex" />'; } ?> </head> <body <?php body_class( wptouch_get_body_classes() ); ?>> <?php do_action( 'wptouch_preview' ); ?> <?php do_action( 'wptouch_body_top' ); ?> <?php get_template_part( 'header-bottom' ); ?> <?php do_action( 'wptouch_body_top_second' ); ?>
Save
Cancel