i no only there was a plugin with a problem. I fix for now 🙂
Hiya Rik, By default WordPress redirect url to trailing slash. To change this behaviour you need to edit your htaccess file. Also: It might be as simple as go to settings > permalinks in the wp admin and remove the trailing slash at the input box for custom structure
Hello Alex, #1 is not an issue. it is done by us to prevent admins from setting question page as static home page. #2 Login and authentication is related to core, AnsPress is not responsible for anything related to login or authentication. Login issue happens due to caching plugin. My site had this issue few months ago due to Redis caching and that was fixed already. #3 Not sure about that plugin. But I think reloading page is must after authentication. #4 Why recount on new site?
Open anspress-question-answer/admin/views/recount.php Find line around 192 if(currentRequest > 5) change it to if(currentRequest > 5000) And the recounting worked successfully all of the sudden 🙂
i place <h1 class=”entry-title”><?php the_title(); ?></a></h1> @ single-guestion.php and this works
I have also this problem, how do you fix it ?
is this possible ????
Yes, all seems fine now. Sorry to waste your time, maybe a caching issue or something? Thanks anyway