mdroca (@mdroca)

Forum Replies Created

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

  • mdroca
    Participant

    @mdroca

    Hello all!

    I´m having some similar issue. I´m here reading and reading but nothing help me.
    I did all what Shmoo say here: https://bbpress.org/forums/topic/page-php-as-template/

    My problem is this: I had upload to my root theme this file from Extras: page-front-forums.php, and now I can see well the forum, but when I click on any link in forum WP load a home-template.php.

    I would like to know what code I need to use and which files.

    In the template root I use 2: bbpress.php and page-front-forums.php but I don´t know exactly which bbpress code I need to use..

    Can any help me please? I don´t know if you are able to undestand me, my english, as you can see, is so bad.
    Thanks in advance!

    In reply to: disabling breadcrumbs

    mdroca
    Participant

    @mdroca

    function bm_bbp_no_breadcrumb ($param) {

    return true;

    }

    add_filter (‘bbp_no_breadcrumb’, ‘bm_bbp_no_breadcrumb’);

    Could any tell me how do I need to use this code? Thank You!

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