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.
Hi Jules
I wonder if you could help me. I am pulling my hair out with this. I’m trying to get the Home link that sits just before the Breadcrums, to point to a specific URL and not the site Home page.
I not your solution which I understand may be one for me to try, however I can’t for the life of me find the meta-single-topic.php file ? I assume you are looking in the Plugins/bbpress folder? Were then?
My website is http://digitalvisual.es
Many Thanks in advance.
Dave