• Can anyone provide CLEAR instructions on how to run this plug in wordpress 1.5 properly .
    http://fredfred.net/skriker/index.php/polyglot

    The provided code :

    <?php if(function_exists('lp_other_langs')) {
    //offer of existing language versions of the post
    lp_other_langs(�,’ /

      ’, ‘

    ’, ‘

    • ’, ‘
    • ‘);
      }?>

      Outputs the following error : Parse error: parse error, unexpected T_STRING in wp-content/themes/gila/index.php on line 11

Viewing 1 replies (of 1 total)
  • Try using the line :
    lp_other_langs('', '<ul>', '</ul>', '<li>', '</li>');

    Looks like the quotes are off by a bit.

Viewing 1 replies (of 1 total)

The topic ‘Polyglot plugin In WP 1.5 HELP needed’ is closed to new replies.