Skip to content

Instantly share code, notes, and snippets.

@wpexplorer
Last active September 1, 2021 00:42
Show Gist options
  • Select an option

  • Save wpexplorer/7f0d9d1d558f60f9af11539fba6042ab to your computer and use it in GitHub Desktop.

Select an option

Save wpexplorer/7f0d9d1d558f60f9af11539fba6042ab to your computer and use it in GitHub Desktop.
Insert custom template after the site header | Total WP Theme
// 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