Add ‘wp_body_open’ hook to Varia Child themes
@@ -20,6 +20,13 @@
</head>
<body <?php body_class(); ?>>
+
+<?php
+ if ( function_exists( 'wp_body_open' ) ) {
+ wp_body_open();
+ }
+?>
<div id="page" class="site">
<a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'balasana' ); ?></a>
<a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'varia' ); ?></a>
<a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'rivington' ); ?></a>
<a class="skip-link screen-reader-text" href="#content"><?php _e( 'Skip to content', 'rockfield' ); ?></a>