Archived topic
How to put a slider into the top header?
1 reply · Started by Alexander on May 23, 2017
I've just bought your fantastic plugin and now I'd like to put layerslider WP into the top header instead of a simple picture.
How can I do this?
I have the possibilieties either to do it with a shortcode or via php:
[layerslider id="1"]
<?php layerslider(1) ?>
Can you help?
Hi there,
There are several hooks you can use for that. Check out this page:
http://demo.generatepress.com/hook-locations/
https://docs.generatepress.com/article/hooks-overview/
If you only want the sliders on specific page(s) then you can apply conditional tags to them:
https://codex.wordpress.org/Conditional_Tags
Let me know if you need more info :)