Title: Rss Array Output Question
Last modified: August 20, 2016

---

# Rss Array Output Question

 *  [harry_lime](https://wordpress.org/support/users/harry_lime/)
 * (@harry_lime)
 * [14 years ago](https://wordpress.org/support/topic/rss-array-output-question/)
 * I am calling data onto my homepage using the following coding:
 *     ```
       <?php require_once('compilations/wp-config.php'); wp_widget_rss_output(array(
           'url'           => 'http://the-compilers.com/compilations/tag/harry-lime/feed/',
           'title'         => __( 'Some Title'),
           'items'         => 10,
           'show_summary'  => 0,
           'show_author'   => 0,
           'show_date'     => 0
       ));
   
       ?>
       ```
   
 * This is working well but i would like to limit the amount of letters used in 
   the item title and wasn’t sure which array to use to achieve this.
 * Any ideas would be welcome?

Viewing 1 replies (of 1 total)

 *  Thread Starter [harry_lime](https://wordpress.org/support/users/harry_lime/)
 * (@harry_lime)
 * [14 years ago](https://wordpress.org/support/topic/rss-array-output-question/#post-2633344)
 * Just in case i wasn’t clear, i would like for example:
 * `Set The Controls For The Heart Of The Sun`
 * to appear as:
 * `Set The Controls For The Heart Of...`

Viewing 1 replies (of 1 total)

The topic ‘Rss Array Output Question’ is closed to new replies.

## Tags

 * [array](https://wordpress.org/support/topic-tag/array/)
 * [RSS](https://wordpress.org/support/topic-tag/rss/)

 * 1 reply
 * 1 participant
 * Last reply from: [harry_lime](https://wordpress.org/support/users/harry_lime/)
 * Last activity: [14 years ago](https://wordpress.org/support/topic/rss-array-output-question/#post-2633344)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
