Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
490 views
in Plugins by

Writing a plugin, setting the h1 title by:

$qa_content['title'] = 'plugin name';

However, I want the page title (the title that the browser shows on top and can be seen in the bookmark) to be different.

How to achieve that from within a plugin? qa_register_plugin_module('page', ...

I have tried: $qa_content['site_title'] = 'Other name';

But it does not work.

With a theme I know I could override public function head_title() at: $this->output('<title>'.$headtitle.'</title>');

Q2A version: 1.7.1
by
I probably can help if I know but can you please explain with some screenshots? Where and what exactly you want to do.

Please log in or register to answer this question.

...