Old post “edit” link makes too many redirects
-
Since there is a time limit to editing post and no way to set it to unlimited (I wonder why, but that’s a question for another day), I’ve set the limit to maximum. There also was an issue, where original “edit” button wouldn’t show up. I did a little research, and turned out that most of the time, it was theme conflict. Changing theme was not an option. So, I’ve just added a custom “edit” link to template. It looks like this
<a href="<?php echo esc_url( home_url( '/' ) ); ?>conversations/reply/<?php bbp_reply_id(); ?>/edit/" class="editbtn"> Edit</a>
It works fine with newer posts. But when I tried editing one of older posts, I got following error:
The mydomain.com page isn’t working
mydomain.com redirected you too many times.
- You must be logged in to reply to this topic.