Core Function
View Source on Trac ↗ wp_rss()
wp_rss( mixed $url, mixed $num_items = -1 ) Display all RSS items in a HTML ordered list.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $url string | URL of feed to display. Will not auto sense feed URL. Required |
| $num_items int | Optional. Number of items to display, default is all. |
Return Value
(void)
No return value description available.
Function Information
Since Version
1.5.0
Source File
wp-includes/rss.php
Advertisement