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

Upon all the site i have seen using this Q2A, i saw only one site with this type of navigation on homepage

Every other website is having the below navigation on homepage

i will like to have the navigation as it appears in the first image. i mean how can achieve the navigation that shows the number instead of the default (second image). Pls any clue.......

1 Answer

–1 vote
by

qa-configure.php

    $QA_CONST_PATH_MAP = array(
        'questions' => '',

by
Do you mean to add meta tags like google verification or something in the head?
Try yourwebsite.com/admin/layout or yourwebsite.com/qa/admin/layout

If you want to customize more, for example, you want to manipulate with PHP codes, you have to "overwrite" the "head" function in the base theme by writing a new one in your current theme.

put this in your theme main file: ThemeName/qa-theme.php
    public function head_css()
    {
        if (we can meet priyanka) {
       
        $this->output('Great!');
    }
}
by
this is what my domain look like after change the question page to the front page

xyz.com/?i=1.....pls how can i remove "/?i=1" from the domain
by
+1
Do you use Free hosting of Infinity.com?
by
Yes i use the free hosting
...