• Hi all!

    I use the following code to fetch external RSS feeds: <?php include_once(ABSPATH . WPINC . ‘/rss-functions.php’); wp_rss(‘rssurl‘, 7); ?>.. The highlighted seven is limiting the number of external post titles, so in this case its showing the seven latest post titles from the given URL.

    My question is if there is possible to limit the number of characters per title?
    I would really appreciate the help!

  • The topic ‘Limit number of characters – Fetch RSS’ is closed to new replies.