Plugin as a header slider
-
It is easy to take the Template Code and after to go to your Template in the header. php and
before:
<!--<?php get_template_part( 'template-parts/header/header', 'image' ); ?>-->after:
<?php echo do_shortcode('[sliders_pack id="xx"]'); ?>but you lose when updatet your Template
The topic ‘Plugin as a header slider’ is closed to new replies.