-
Notifications
You must be signed in to change notification settings - Fork 17
/
footer.php
31 lines (27 loc) · 1.06 KB
/
footer.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?php
/**
* The template for displaying the site footer
*
* This theme, out of the box, references the correspondingly named html file
* in the parts folder. The header and footer files are exceptions based on
* the challenges that we unearthed that led us to this theme structure. These
* Files are php-based out of the box but can be modified to leverage template
* parts if desired. If, for the purposes of your current build, it necessitates
* managing your footer in a template part rather than php, you can delete any
* unnecessary php references below and add the following snippet of code.
*
* @example block_template_part( 'footer' );
*
* Futher information about block template parts in traditional theme.
* @link https://make.wordpress.org/core/2022/10/04/block-based-template-parts-in-traditional-themes/
*
* Further information about the Wordpress template hierarchy.
* @link https://developer.wordpress.org/themes/basics/template-hierarchy/
*
* @package Gesso
*/
?>
<?php block_template_part( 'footer' ); ?>
<?php wp_footer(); ?>
</body>
</html>