PluginProbe
Easy Elements for Elementor – Addons & Website Templates / 1.3.0
Easy Elements for Elementor – Addons & Website Templates v1.3.0
1.5.3 1.5.2 1.5.1 1.5.0 1.4.9 1.4.6 1.4.7 1.4.8 1.4.5 1.4.4 1.4.3 1.2.7 1.2.8 1.2.9 1.3.0 1.3.1 1.3.2 1.3.3 1.3.4 1.3.5 1.3.6 1.3.7 1.3.8 1.3.9 1.4.0 All 47 releases
easy-elements / includes / Theme_Builder / elementor-canvas / archive.php

archive.php in Easy Elements for Elementor – Addons & Website Templates 1.3.0, at includes/Theme_Builder/elementor-canvas/archive.php

37 lines 742 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 /*
3 * Archive / Blog Full Width
4 */
5
6 if ( ! defined( 'ABSPATH' ) ) {
7 exit; // Exit if accessed directly.
8 }
9
10 get_header();
11
12 /**
13 * Before Header-Footer page template content.
14 *
15 * Fires before the content of Elementor Header-Footer page template.
16 *
17 * @since 2.0.0
18 */
19 do_action( 'elementor/page_templates/header-footer/before_content' ); ?>
20
21 <?php do_action( 'easyel_builder_archive_content' ); ?>
22
23 <?php
24
25 /**
26 * After Header-Footer page template content.
27 *
28 * Fires after the content of Elementor Header-Footer page template.
29 *
30 * @since 2.0.0
31 */
32 do_action( 'elementor/page_templates/header-footer/after_content' );
33
34 get_footer();
35
36 /* Omit closing PHP tag at the end of PHP files to avoid "headers already sent" issues. */
37