For now please try to replace whole line with this one: <?php printf( _n('%s%d%s answer', '%s%d%s answers', ap_answer_get_the_count(), 'anspress-question-answer'), '<span data-view="answer_count">', ap_answer_get_the_count(), '</span>' ); ?> Let me know if this solve your issue.
Hello, this word “answer” in the answers.php file works when you have 2 or more answers:
I couldnt find it in the anspress plugin folders, But there was a folder in my theme folder called anspress/answer.php Odd, is that supposed to create a template folder for us.?
hello, You should use this code in your stylesheet: #similar_suggestions{ display: none; }
Hello, In your stylesheet write this code: #answers .ap-post-history{ display: none; }
thank you Rahul, very good.
You mean the breadcrumbs widget ? If so, you can use a Widget Context plugin to display them in specific page(s).