Good to hear from you again. I hope the filters introduced in v1.51 solved your earlier request for changing the date format.
I’m not entirely sure what you mean by “the table header caption” but I can answer your question in general terms.
If you are using a Custom Markup Template you can add any parameters you need to the shortcode and use them in your template. For example, the gallery_caption
parameter you gave in your message could be added to the “Open” section of your markup template as a header before the table tags. Here is an example using the “Table-based Style and Markup Template Example” in the Settings/Media Library Assistant Documentation tab. The template would have an “Open” section that looks something like:
<h3>[+query:gallery_caption+]</h3>
<table id='[+selector+]' class='gallery galleryid-[+id+]
gallery-columns-[+columns+] gallery-size-[+size_class+]'>
As you can see, I’ve added a header line above the table and filled it from the gallery_caption
parameter you added to your shortcode. You can define as many of your own parameters as you need – just give them distinct names to avoid collision with the standard parameters. The query:
prefix tells MLA to look in the shortcode parameters to find the value. You could also use the request:
prefix if the values were coded in the URL that got you to the page.
If I have not understood your question or you have any problems with the solution I’ve outlined please update the topic and I will give you more specific help. For now, I’ll mark this topic resolved.
Thanks for the question and for your continued interest in the plugin.