Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+2 votes
306 views
in Themes by
$this->head_css();
                $this->head_script();

I wrote these codes in the footer section of the code below. So I want the styles css files to be in the footer

--Footer Code to Write--

public function css_name()
    {
        return 'qa-styles.css?'.QA_VERSION;
    }
Q2A version: 1.7.4
by
Exactly what HTML tag are you expecting to place "in the footer"?
by
public function css_name
    {
        return '? Qa-styles.css' QA_VERSION.;
    }

Please log in or register to answer this question.

...