Hi kbatdorf,
I modified the header-image.php as follows:
original:
<div class=”custom-header”>
<div class=”custom-header-media”>
<?php the_custom_header_markup(); ?>
</div>
<?php get_template_part( ‘template-parts/header/site’, ‘branding’ ); ?>
</div><!– .custom-header –>
modified version with metaslider:
<div class=”custom-header”>
<div class=”custom-header-media”>
<?php echo do_shortcode(‘[metaslider id=”316″]’); ?>
</div>
<?php get_template_part( ‘template-parts/header/site’, ‘branding’ ); ?>
</div><!– .custom-header –>
It works well but as I said on the main page only.
Is there something needs to be addionaly done?
Thanks for info
Tom