Last active
September 1, 2021 00:42
-
-
Save wpexplorer/7f0d9d1d558f60f9af11539fba6042ab to your computer and use it in GitHub Desktop.
Insert custom template after the site header | Total WP Theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Insert custom template after site header. | |
| add_action( 'wpex_hook_header_after', function() { | |
| echo do_shortcode( '[templatera id="15528"]' ); | |
| } ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment