Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
1.6k views
in Q2A Core by

I might add a full custom footer to my Q2A site but I don’t know how I can go about removing the default footer from the Donut Theme to let me use my code/footer. Any help?

Thanks!

Q2A version: 1.8.3

1 Answer

0 votes
by

Check this function: https://github.com/amiyasahu/Donut/blob/b6aff88c399eedf92dbe958392240e374f89a685/qa-theme/Donut-theme/qa-donut-layer.php#L460

Comment all lines between the function's curly braces. You can comment a line of code by adding two slashes at the beginning of it. E.G.:

// parent::footer();
by
@pupi we have to check the licensing terms rt?
by
It is GPL, you can do whatever you want for personal use. If you then want to distribute it, you can do whatever you want as well, just make sure to add a note that you've changed that.
by
Thank you Pupi. Just for clarification - if it is Creative Commons, we cannot remove the attribution rt?
by
I wouldn't know. That's a very designer-related license
by
Thank you Pupi.
...