Can someone please let me know how to remove below text appearing in footer of donut theme ?
Donut Theme with by Amiya Sahu Powered by Question2Answer
Donut Theme with by Amiya Sahu
Powered by Question2Answer
It is very simple to remove footer from Donut Theme.
Just follow these steps:
private function donut_attribution() { $this->output( '<div class="qa-attribution">', '<a href="https://github.com/amiyasahu/Donut">Donut Theme</a> <span class="fa fa-code"></span> with <span class="fa fa-heart"></span> by <a href="http://amiyasahu.github.io">Amiya Sahu</a>', '</div>' ); }
private function donut_attribution()
{
$this->output(
'<div class="qa-attribution">',
'<a href="https://github.com/amiyasahu/Donut">Donut Theme</a> <span class="fa fa-code"></span> with <span class="fa fa-heart"></span> by <a href="http://amiyasahu.github.io">Amiya Sahu</a>',
'</div>'
);
}
4. Just remove yellow highlighted texts.
5. And save 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.