Hi,
I'm new with q2a and I have some issues.
I want to add a <meta> tag in my head section, and I can't echo the name/ title of the curent page.
<meta name="og:title" content=" *title of the question page* "/>
I tried something like this:
<?php
$title=@$this->content['title'];
echo $title;
?>
but it's not working.
So, how do I get to display the Title, Tags and Categories ?