jules.maas (@julesmaas-1)

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)

  • jules.maas
    Participant

    @julesmaas-1

    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() ?>">&larr; Back to discussions</a>

    Change it to:

    <a href="<?php echo home_url() ?>/forums">&larr; Back to discussions</a>

    Or enter the forum URL manually.


    jules.maas
    Participant

    @julesmaas-1

    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() ?>">&larr; Back to discussions</a>

    Change it to:

    <a href="<?php echo home_url() ?>/forums">&larr; Back to discussions</a>

    Or enter the forum URL manually.


    jules.maas
    Participant

    @julesmaas-1

    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.

Viewing 3 replies - 1 through 3 (of 3 total)