stakkit
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Fixing WordPress
In reply to: Why the HTML code is converted to text?I solved.. but with scripts yields no result.
Like<select name="cities" id="cities" onchange ="update(">
Why?Forum: Fixing WordPress
In reply to: How to get Classes to wp_list_categories?I solved my problem with:
$output .= '<li class="term-'.$category->term_id.'" ';Forum: Fixing WordPress
In reply to: How to get Classes to wp_list_categories?but I do not know how use it.
[please be more patient – do not bump]
Forum: Fixing WordPress
In reply to: How to get Classes to wp_list_categories?I would like a menu as:
<ul> <li class="all"><a href="">All</a><span>/</span></li> <li class="term-1"><a href="" data-value="term-1">Red</a> <span>/</span></li> <li class="term-2"><a href="" data-value="term-2">Blue</a> <span>/</span></li> <li class="term-3"><a href="" data-value="term-3">Yellow</a> <span>/</span></li> <li class="term-4" ><a href="" data-value="term-4">Green</a> <span>/</span> </li> </ul>I think that should be something like
'<li class="term-'.$category->term_id.'" 'Forum: Fixing WordPress
In reply to: How to get Classes to wp_list_categories?when I click on view source code from the browser I see only
<li>tag without the class.Forum: Fixing WordPress
In reply to: How to get Classes to wp_list_categories?thank you alchymyth!
here the link:
http://pastebin.com/fvMu9hwy
Viewing 6 replies - 1 through 6 (of 6 total)