Embedding lightbox gallery

I’m new to Pulse and I’m currently using the trial version on my own site to test before purchasing for future clients.

Rather than using a template, I’m embedding blocks into an existing website using embed codes such as:

<?php include("content/blocks/aboutus.txt"); ?>

It works fine, but I’m not sure how to embed media (images) and lightbox galleries in this way.

Hello @crjdesignco, take a look here on how to do that: https://www.pulsecms.com/docs/media

2 Likes

I’ve read that, what I don’t understand is how to use the embed tag in the PHP include.

RESOLVED. I used the following PHP include:

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

Great! Hope you can use Pulse in your client project :slight_smile:
Please share it with us for the showcase when launched!

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