Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
+1 vote
583 views
in Q2A Core by

how to i can add title="" attribute in span tag of lists questions?

for example i have this part of code:

 

<span class="qa-q-item-who-points" title="reputazione">
<span class="qa-q-item-who-points-pad">(</span><span class="qa-q-item-who-points-data">210</span><span class="qa-q-item-who-points-pad"> punti)</span>
</span>

1 Answer

+1 vote
by

I believe what you are looking for is post_meta_who() in qa-theme-base.php.

 

 

...