I'm trying to change headtitle on ZF2 but it always say "ZF2 Skeleton Application" when i paste it on FB How can I change it? I tried few things and cant make it work
I event tried raw HTML inside head tag to put it and it doesn't work, BUT on my other pages this works but don't know why
echo $this->headTitle('you are on '.$news.' ');
inside PHP ofc
If you want to set head title, Do not use 'echo' in front, just use:
...in your view php file.
If you want to change the head title from inside a controller method use: