[Plugin: SSP Director Tools] Captions are supported, but not titles !!
-
The plugin currently supports the output of SSPADI captions, but not SSPADI titles
SSPDAPI title is ($content->title)
SSPADI caption is ($content->caption)As a quick solution, I concatenate the SSPD title and caption:
the biggest change needed is around line 140 of SSPDT.php
$title = ($content->title); $capty = ($content->caption) ? $this->prep($content->caption) : $this->prep($content->iptc->caption); $title = $title . ' : ' . $capty;
working example:
https://serafinomaiorano.com/wp/opere/opere-2012-images/
- The topic ‘[Plugin: SSP Director Tools] Captions are supported, but not titles !!’ is closed to new replies.