Retrieve major title of slideshow and description
-
Thanks for this wonderful plugin!
The different photo-galleries on my site are accessible through thumbnails which are leading all to the same PAGE where I execute
<?php echo do_shortcode(“[metaslider id=” . $_GET[“gal_id”] . “]”); ?>
, so the specific slideshow-ID is added in the URL of the thumbnail-link on the previous page.
Is there any function implemented to get the actual title of the slideshow itself (the caption of the tabs in the backend)? Besides that, is there any way to simply add some extra information (sth. like a description of the hole slideshow), that will be shown (maybe above) the slides? – So I could still use the one-page-for-all-approach like I got it now.
I mean, one could put the whole info into the URL, hardcode the description/title directly in the page or tweak the plugin database – everything not very nice. Maybe there is some neat already built-in way of achieving something like that. For example, I occasionally found plugins having a general “Tag”-attribute for each object-instance, where you could just save any info you pleased.
Thanks a lot for your help!
- The topic ‘Retrieve major title of slideshow and description’ is closed to new replies.