currently : questions title - site name
i need
question title only
Edit qa-theme.php of the theme you're using and add/change the method head_title() to override the title generation:
public function head_title() { $pagetitle = strlen($this->request) ? strip_tags(@$this->content['title']) : ''; $this->output('<title>' . $pagetitle . '</title>'); }
Welcome to the Q&A site for Question2Answer.
If you have a question about Q2A, please ask here, in English.
To report a bug, please create a new issue on Github or ask a question here with the bug tag.
If you just want to try Q2A, please use the demo site.