2020-05-01 / 4170阅 / 悠然
Display RSS items in HTML list items.
You have to specify which HTML list you want, either ordered or unordered before using the function. You also have to specify how many items you wish to display. You can’t display all of them like you can with wp_rss() function.
(string)
(Required)
URL of feed to display. Will not auto sense feed URL.
(int)
(Optional)
Number of items to display, default is all.
Default value: 5
(bool) False on failure.