Merge pull request #967 from IanDelMar/wp_body_open
Add support for wp_body_open - thx @IanDelMar !
This commit is contained in:
commit
1e90d3c65f
|
@ -23,7 +23,7 @@ $container = get_theme_mod( 'understrap_container_type' );
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body <?php body_class(); ?>>
|
<body <?php body_class(); ?>>
|
||||||
|
<?php do_action( 'wp_body_open' ); ?>
|
||||||
<div class="site" id="page">
|
<div class="site" id="page">
|
||||||
|
|
||||||
<!-- ******************* The Navbar Area ******************* -->
|
<!-- ******************* The Navbar Area ******************* -->
|
||||||
|
|
Reference in New Issue