| Line | |
|---|
| 1 | <?php |
|---|
| 2 | /** |
|---|
| 3 | * The template for displaying the footer in our theme. |
|---|
| 4 | * |
|---|
| 5 | * @link https://developer.wordpress.org/themes/basics/template-files/#template-partials |
|---|
| 6 | * |
|---|
| 7 | * @package Bloghash |
|---|
| 8 | * @author Peregrine Themes |
|---|
| 9 | * @since 1.0.0 |
|---|
| 10 | */ |
|---|
| 11 | |
|---|
| 12 | ?> |
|---|
| 13 | <?php do_action( 'bloghash_main_end' ); ?> |
|---|
| 14 | |
|---|
| 15 | </div><!-- #main .site-main --> |
|---|
| 16 | <?php do_action( 'bloghash_after_main' ); ?> |
|---|
| 17 | |
|---|
| 18 | <?php do_action( 'bloghash_before_colophon', 'before_footer' ); ?> |
|---|
| 19 | |
|---|
| 20 | <?php if ( bloghash_is_colophon_displayed() ) { ?> |
|---|
| 21 | <footer id="colophon" class="site-footer" role="contentinfo"<?php bloghash_schema_markup( 'footer' ); ?>> |
|---|
| 22 | |
|---|
| 23 | <?php do_action( 'bloghash_footer' ); ?> |
|---|
| 24 | |
|---|
| 25 | </footer><!-- #colophon .site-footer --> |
|---|
| 26 | <?php } ?> |
|---|
| 27 | |
|---|
| 28 | <?php do_action( 'bloghash_after_colophon', 'after_footer' ); ?> |
|---|
| 29 | |
|---|
| 30 | </div><!-- END #page --> |
|---|
| 31 | <?php do_action( 'bloghash_after_page_wrapper' ); ?> |
|---|
| 32 | |
|---|
| 33 | <?php wp_footer(); ?> |
|---|
| 34 | |
|---|
| 35 | </body> |
|---|
| 36 | </html> |
|---|
Note: See
TracBrowser
for help on using the repository browser.