RSS Feed
The RSS Feed shortcode for WordPress can be used to display RSS items from an internal or external source. For external sources to be processed, your hosting account should have the PHP options “allow_url_fopen” and “allow_url_include” active. Check below for example implementations and shortcode documentation:
RSS Feed Examples
-
Tottenham Gears Up for Defensive Reinforcement with €60 Million Bid for Juventus’s Gleison Bremer
Tottenham Hotspur plans on making an announcement during January’s transfer window by targeting Juventus central defender Gleison Bremer as they loo...
-
Exploring the Washington Commanders Marching Band at the Broncos Game: Identity, Earnings, and Legacy
Attending a Washington Commanders game provides more than just football excitement; it provides an entirely entertaining experience. Part of that enjo...
-
Chelsea Leads Arsenal in Race for Promising Striker Robinio Vaz
Chelsea and Arsenal have found themselves engaged in an intense bidding war over Olympique Marseille striker Robinio Vaz, 18, making waves across Ligu...
RSS Feed Shortcodes
Shortcode
[x3m-rssfeed url="https://sports247.news/rss" entries="3" target="_blank" rel="nofollow" content="150"]
RSS Feed Documentation
Here are the shortcode option settings available for RSS Feed:
| Shortcode Settings | Details |
|---|---|
| url=”rss link” | used to set the link for the RSS feed |
| entries=”3″ | used to set the number of RSS items to be displayed |
| target=”_blank” | used to set the target window for opening the link on the RSS item title: – “_blank” used to open the link in new window – “_self” used to open the link in same window |
| rel=”nofollow” | used to set the link relation on the RSS item title: – “nofollow” – “noopener” – “sponsored” |
| content=”150″ | used to set the character limit for the excerpt to include beneath the RSS item title. Set to 0 to display no content. |