Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author flynsarmy

    (@flynsarmy)

    i substr() out the first letter of each blog. It should work regardless of language.

    Thread Starter igornn

    (@igornn)

    Hi,

    can you explain me what to do in the code?

    i see this 2 func in the plugin file:

    $letter = strtoupper(substr($key, 0, 1));
    
    $letters[ strtoupper(substr($key, 0, 1)) ] = '';

    so what i need to do here?

    Thanks

    Plugin Author flynsarmy

    (@flynsarmy)

    You don’t need to do anything. That second line will grab the first letter from your blog name, whether it’s a-z or UTF-8.

    Plugin Author flynsarmy

    (@flynsarmy)

    No response in a while. Marking as resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How ot work with other language?’ is closed to new replies.