Re: Topic paging issue
I have a little trick to workaround this problem, at least when bbpress requests a link for the post that happens to be the last post in the topic.
I will write a filter for when get_post_link
is requested, it will check the post id# – if it happens to be the last post in the topic (stored in topic_last_post_id
) it will instead route the request to the more accurate get_topic_last_post_link