“Answer” and “Answers” hardcoded in answers.php

Hello Mark, No, that was not hard coded. _n() is a gettext function. May be issue is due to po file is not updated. I have committed latest pot file. Please update your po file using our pot.

Function to include Q&A CPTs in global search

Hello Fred, I will suggest not to do this. As it may break question permalink. But AnsPress provides a hook to let you modify CPT args. Check this: ap_question_cpt_args Please avoid changing other arguments except search.

AnsPress Showcase – UPDATED

Thanks a lot for your feedback on for AnsPress. Your site looks clean and beautiful and I really liked the design of breadcrumbs. Although I would suggest making voting buttons standout.

NEW Translation ERROR

Hello, Please update your .po file with our anspress-question-answer.pot using poeditor (an option called update from source). This will add all newly added strings to your .po file and then you can edit them in poeditor.

4.1.1 title solved problem

I have updated @kumar’s code. Now it should work.

Override vote icons in 4.1.4

Like a piece of cake, https://gist.github.com/rahularyan/0f0e08214e008dd9c76827adf15593e6 Make sure to update to 4.1.5 first.

Cannot edit anything from links on the frontend.

Though I made a commit to automatically delete old activity table. Check here: https://github.com/anspress/anspress/commit/52fc86e465c459c50ec291ae4c2193573db56e2d

Cannot edit anything from links on the frontend.

Hello Nico, AnsPress does not check for AnsPress capability while in wp-admin. Post editing permission in wp-admin are controlled by WP. Please check if any other plugin is causing this. You have some leftover in DB from old AnsPress. Please go to PHPMyAdmin and remove ap_activity table and try again. This table was removed since 3.0.

I want to add something between questions

Hello, Just override question-list-item.php in your theme and add anything you want at the bottom of file.