Welcome to the Question2Answer Q&A. There's also a
demo
if you just want to try it out.
Login
Login
Register
All Activity
Questions
Hot!
Unanswered
Tags
Users
Ask a Question
About
Wiki
Welcome to the Q&A for
Question2Answer
.
If you have questions about the platform,
click here to ask
and please use English.
If you just want to try Q2A, please use the
demo
, which also grants admin access.
Apr 29:
Q2A 1.5.2
Related questions
Format CATEGORIES widget in sidebar
How do I hide the categories number count in the side bar?
haw can include custom sidebar in custom category ?
Code to show categories at top of sidebar on all pages?
How can I show my categories to "only" be on my home page?
How can i add custom canonicalization to categories/tags and other pages?
How can we turn off sub-categories in beta 2?
How can I add a certain sidebar to a certain category?
How can I add two sidebar?
How can I add tag to sidebar? (for V1.2)
All categories
Q2A Core
(3,241)
Plugins
(350)
how can I modify categories in sidebar?
0
votes
I want to add title for categories list on sidebar, not the <li>All categories</li>
something like this:
<DIV CLASS="my-cat-header">My cat header</DIV>
<UL CLASS="qa-nav-cat-list qa-nav-cat-list-1">
<LI CLASS="qa-nav-cat-item qa-nav-cat-plugins"><A HREF="./plugins" CLASS="qa-nav-cat-link">Plugins</A></LI>
<LI CLASS="qa-nav-cat-item qa-nav-cat-all">
<A HREF="./" CLASS="qa-nav-cat-link qa-nav-cat-selected">All categories</A>
</LI>
</UL>
sidebar
categories
asked
Dec 21, 2011
in
Q2A Core
by
BubkaGob
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
Best answer
Just go to .../qa-include/qa-lang-main.php and change in line 49 the term:
'all_categories' => 'All categories',
into
'all_categories' => 'Your desired title',
Thats it.
To change the titles design You can refer in the css file to:
.qa-nav-cat-all {}
answered
Dec 21, 2011
by
monk333
selected
Dec 22, 2011
by
BubkaGob
Please
log in
or
register
to add a comment.