• Hi,

    I use the wp_rss function to import into my sidebar some little posts from twitter, identi.ca and tumblr.

    All goes fine when importing from those services, except from tumblr: my special characters are scrambled.

    This is the function I use:

    <?php
       include_once(ABSPATH . WPINC . '/rss.php');
       wp_rss('my-rss-link', 3);
    ?>

    Any help?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Special chars problem when importing rss from Tumblr’ is closed to new replies.