Dhali Metaslider
This plugin adds a Metaslider field text field to all posts and pages under the document section in the editor.
dhali-metaslider:
Once the plugin is downloaded and activated use the following code to place where you want your Metaslider to be display.
<div class="metaslider-container" style="overflow:hidden;">
<?php
$metaslider = get_post_meta( $post->ID, 'dh_metabox_shortcode', true );
echo $metaslider ? do_shortcode($metaslider) : '';
?>
</div>
This code will most likely be placed in the header.php file right after he closing </header> tag.
Metaslider Input Field
