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

1 Answer

+1 vote
by
just upload your  favicon.ico file to the root folder, where you have installed your Q2A script. It will automatically show up( you may need to clear your browser caching).

And this is applicable to alll websites in general.
by
I know it just doesn't work that way with this software... :(
by
but its working fine with my q2a website. i have not written any code for that matter.
ok place this line of code , " $this->output('<link REL="SHORTCUT ICON" HREF="path to your favicon file">',''); " in your qa-theme-base.php file inside your qa-include, or qa-theme.php file in your advanced theme, inside the function head() before this line $this->output('</head>'). it will work.
...