Hi,
looking at the source code of my site I have noticed, that the generator tag is missing.
I understand the plugin settings this way:
If the generator tag is selected in the settings, the generator Tag 'Zenphoto' will be added to the site.
This does not happen.
I have taken a short look at the html_meta_tags.php file and noticed that the following line occurs twice:
setOptionDefault('htmlmeta_name-generator', '1');
Line 54 and line 57
And there is no statement about the generator tag in this file where the if statements begin (Around line 244).
If I add this statement to the file:
if (getOption('htmlmeta_name-generator')) {
$meta .= '' . "\n";
}
the generator tag will be used
Hi Acrylian,
I have seen that the plugin has been updated on github and tested it.
the generator tag is now there - but i am not sure if it is intended that it show only the version of Zenphoto.
Changing line 279 of the html_meta_tags.php file to:
$meta .= '' . "\n";
would do the job and will show:
Ralf