Lalit_patadiya (@lalit_patadiya)

Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • @lalit_patadiya

    Participant

    i can not thank you enough for your answer it is a major bug in salient theme which leads pagination not working even if value is set via admin setting.

    Thank’s a lot.

    @lalit_patadiya

    Participant

    can you please let me know how do you fixed because i am facing same issue

    @lalit_patadiya

    Participant

    Go to \wp-content\plugins\bbpress\includes\common folder and open template.php file and go to line: 2319 and put the condition as bellow

    if($r[‘current_text’] == ‘Forums’){
    $crumbs[] = $r[‘current_before’] . ‘/put your text here./’ . $r[‘current_after’];
    }else{
    $crumbs[] = $r[‘current_before’] . $r[‘current_text’] . $r[‘current_after’];
    }
    try above code it’s work for me

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