Forum Replies Created

Viewing 1 replies (of 1 total)
  • Dear Oscar,

    I had that problem as well, and I found solution on NAVT blog (it closed now – I access it via google cache). It works! See text below, please:

    Re: Multilingual support!

    Postby TomPress on Tue Oct 14, 2008 9:49 pm
    I cant?t believe. I could solve the problem by myself.
    This just by comparing codes and without any knowlegde of the meaning.

    file: navt_widget.php
    I have changed:
    echo ($before_widget . apply_filters(‘the_title’, $title) . $out . $after_widget);

    into:
    echo ($before_widget . apply_filters(‘the_title’, $title) . apply_filters(‘the_title’,$out) . $after_widget);

    Hope it will help others now. Maybe some of the experts can confirm this solution.

    TomPress

    Posts: 3
    Joined: Tue Oct 14, 2008 7:06 pm

Viewing 1 replies (of 1 total)