Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
541 views
in Themes by

"Snow Theme by Q2A Market" written at the bottom Powered by Question2Answer "is it forbidden to remove articles? If not, how can I remove it?

1 Answer

0 votes
by
selected by
 
Best answer
You edit qa-theme.php file and check the attribution function.
by
which ones should I delete? can you help me?
by
If you want to delete everything, you can edit like this:

public function attribution()
    {
        $this->output('Any funny text you want to show to your users');
    }
by
If you want to delete Q2A market link, but keep "powered by q2a"

public function attribution()
    {
        $this->output('Any funny text you want to show to your users');
        parent::attribution();
    }
by
'' Snow Theme by Q2A Market '' deleted this but '' Powered by Question2Answer '' couldn't find it

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.

Categories

...