Pulse Tags on a Template

I’m pretty new to Pulse so I’m still figuring out the ins and outs of the system. Is there currently a way to embed a pulse tag on a template? I have a slideshow I would like to place at the top of my pages and I haven’t found the best way to do this. I tried placing it in a block and embedding the block, but the slideshow only shows as text. Any thoughts are appreciated!

Thanks!

Thanks @irishartist89 - yes it’s possible

I’ll update the docs with more info later today:
https://www.pulsecms.com/docs/template

But basically do this:

<?php $tag_var1="gallery1"; include('inc/tags/slide.php'); ?>

And swap the “gallery1” for the name of your slider gallery :slight_smile:

Docs updated! :slight_smile: Thanks @irishartist89!

This topic was automatically closed after 11 hours. New replies are no longer allowed.