Hello, AnsPress doesn’t have inbuilt login or registration template. AnsPress only shows links to login and registration page.
Hello, This is due to another plugin. Same same was reported before and a plugin was causing this. Forgot the name of plugin but it was related to WooCommerce.
Hi Any news about this pls?
The solution I came up with is similar to what worked for itomhq – use a plugin. In my case, using the Code Snippets plugin did not work but creating my own plugin did. This is the code in my plugin’s file: I found the actions (e.g., ‘status_publish’ and ‘status_trash’) in /plugins/anspress-question-answer/includes/class/class-activity-helper.php. I also wanted to change some short titles (I’m not sure how or why these are different from verbs but they are) so I also have this code in my plugin: note: I am not sure why, but I needed to redefine all titles even those I didn’t want to change. If I didn’t redefine them all, the ones that were not redefined displayed, for example, ‘new_comment’ instead of ‘Commented’. I found the titles in /plugins/anspress-question-answer/includes/functions.php I have not stress tested this solution too much but it appears to be working so I thought I’d documented what I did in case it could help someone. Thanks.
Maybe this might help? https://anspress.io/questions/question/what-connects-an-answer-to-a-question/
Hello, Yes its maintained. Very busy due to next release. try adding this code to you theme’s functions.php: Let me know if does not work.
how to apply a simple CSS then for this? thanks. I am not sure if I have submitted comments successfully. @Rahul Aryan
Hello Steven, Title should be visible by default. If not displaying you can override single-question.php in AnsPress template directory and add a <?php the_title(); ?> in template to show title.