how to change template?
Question
this function produce this html
<ul class="post-categories">
<li><a href="#" rel="category tag" class="text">test</a></li>
<li><a href="#" rel="category tag" class="text">test</a></li>
</ul>
but i need this html
<ul class="post-categories">
<li>
<a href="#" rel="category tag" class="text">
<span class="hover-toggle">Farm to Cup</span>
<span class="hover-toggle">Farm to Cup</span>
</a>
</li>
<li>
<a href="#" rel="category tag" class="text">
<span class="hover-toggle">Farm to Cup</span>
<span class="hover-toggle">Farm to Cup</span>
</a>
</li>
i s there any solution?
0
categories
7 years
2017-01-15T01:51:48-05:00
2017-01-15T01:51:48-05:00 0 Answers
61 views
0
Leave an answer