add description in questions
SOLUTION ADD LINE:
<span class=”myExcerptClass”><?php the_excerpt() ?></span>
Tarrence (Buyer) commented on answer
Vision Virtual commented
plugins\anspress-question-answer\theme\default\content-list.php
Tarrence (Buyer) commented
You have a code that limit words? this puts the entire question in the excerpt
Vision Virtual commented
With this code test:
$excerpt = get_the_excerpt();
$excerpt = substr( $excerpt , 0, 100);
echo $excerpt;
or search “php the_excerpt() limit” in google
Sorry, my inglish is very bad! xD
regards!
Do number 1 http://smallenvelop.com/limit-post-excerpt-length-in-wordpress/
then add the echo code
Tarrence (Buyer) commented on answer
Tarrence (Buyer) commented
i noticed urls don’t link btw
which file is this?