ok, I just discovered the solution on another forum. In your WordPress Appearance menu, go to Editor and find meta-single-topic.php and locate the following code:
<a href="<?php echo home_url() ?>">← Back to discussions</a>
Change it to:
<a href="<?php echo home_url() ?>/forums">← Back to discussions</a>
Or enter the forum URL manually.
ok, I just discovered the solution on another forum. In your WordPress Appearance menu, go to Editor and find meta-single-topic.php and locate the following code:
<a href="<?php echo home_url() ?>">← Back to discussions</a>
Change it to:
<a href="<?php echo home_url() ?>/forums">← Back to discussions</a>
Or enter the forum URL manually.
ok, I am having this problem, too. I don’t see an actual solution in this thread. (Was the site theme the problem?)
My testsite is here: ttp://www.maaspublications.net/testsite/client/groups/webinar-participants/forum/topic/i-have-questions-lots-lots-of-questions/
This is making my clients BONKERS and I may have to find another forum solution if I can’t get this to work. 🙁 Thanks for your help.