/** * The template for displaying the header * * This is the template that displays all of the section, opens the 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' ); ?> Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

Uma resposta

Deixe um comentário para A WordPress Commenter Cancelar resposta

O seu endereço de e-mail não será publicado. Campos obrigatórios são marcados com *

/** * The template for displaying the footer. * * Contains the body & html closing tags. * * @package HelloElementor */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } if ( ! function_exists( 'elementor_theme_do_location' ) || ! elementor_theme_do_location( 'footer' ) ) { if ( hello_elementor_display_header_footer() ) { if ( did_action( 'elementor/loaded' ) && hello_header_footer_experiment_active() ) { get_template_part( 'template-parts/dynamic-footer' ); } else { get_template_part( 'template-parts/footer' ); } } } ?>