So I’ve searched and read, searched and read, and just not getting it.
Trying to embed a small MonoSlideShow in single entry pages, using a regular weblog with custom fields for 5 images. When I hard code the entry_id it works, but how to pass the entry_id on to the xml template? Got to be pretty simple. The 5pieces method with the gallery module is where I started, but just can’t get it to work in a weblog.
In the MSS xml I have this:
<album imagePath="path/to/images">
{exp:weblog:entries weblog="weblog"limit="1" entry_id="3"}
{image_1}
{image_2}
{image_3}
{image_4}
{image_5}
{/exp:weblog:entries}
</album>But need to have a dynamic entry_id of course. Do I need a custom query for this? Any help appreciated, thanks.