Here’s what I tried that didn’t work…
<a class="bbp-back-to-forum" href="<?php bbp_forum_permalink(); ?>">Back to <?php bbp_forum_title(); ?></a> <?php
echo '<a href="www.mylink.org/forums/">Back To Forums List</a>'; ?>
Thank you @robin-w! Can this be altered to include a link back to the /forums/ page? I tried that also but it failed
@terriswiatekyahoocom What is method of placing the content-single-topic.php file in the child theme folder? I put it directly with no result. I created /childtheme/plugins/bbpress/templates/default/bbpress/ and placed it in there with no results also.
I finally put it in the parent theme folder and it works but I know this will get overwritten with updates…