Hello @maspegren,
I would add support for keyword %ltarde% to next release. Until then, you can do the following to achieve this before the release:
- Open in code editor file
/wp-content/plugins/stock-ticker/stock-ticker.php
- Go to line 672 which contains following line of code:
$template = str_replace( '%volume%', $q_volume, $template );
- Add below that line a new one with this code:
$template = str_replace( '%ltrade%', $q_ltrade, $template );
- Save changes in file and then update Item Template in plugin settings and add
%ltrade%
as per your needs.
Please note, if you are not familiar with editing PHP files, send this instruction to your developer so he can do it for you on your website.
I’ll update you in this ticket once I release a new version of the plugin with support for %ltrade%
keyword.
Kind regards,
Aleksandar