WordPress includes support for different types of feeds that allow feed reader applications to index and view your site automatically. This allows readers to keep up to date with your new posts.
By default WordPress supports feed formats: RDF/RSS 1.0, RSS 0.92, RSS 2.0 and Atom. These feeds are for the content or comments posted by users on your website.
Accessing feeds:
You can access the feed links by replacing named.tld with the name of your WordPress site:
- http://numesite.tld/?feed=rss
- http://numesite.tld/?feed=rss2
- http://numesite.tld/?feed=rdf
- http://numesite.tld/?feed=atom
Be aware that some browsers may not format the feed.
Websites that have custom permalinks can access the feed:
- http://numedomeniu.tld/feed/
- http://numedomeniu.tld/feed/rss/
- http://numedomeniu.tld/feed/rss2/
- http://numedomeniu.tld/feed/rdf/
- http://numedomeniu.tld/feed/atom/
Accessing the comments feed:
- Default link: http://numedomeniu.tld?feed=comments-rss2
- Permalink: http://numedomeniu.tld/comments/feed/
Accessing certain specific posts:
- Default link: http://numedomeniu.tld/?p=33&feed=rss2
- Permalink: http://numedomeniu.tld/post-name/feed/
Accessing feeds by category tag:
- Tag Default: http://mysite.com/?tag=tagname&feed=rss2
- Tag Permalink: http://mysite.com/tag/tagname/feed
- Category Default: http://mysite.com/?cat=42&feed=rss2
- Category Permalink: http://mysite.com/category/categoryname/feed
Accessing search feeds:
- http://mysite.com/?s=searchterm&feed=rss2
How to add feed for a Wordpress theme
In general, WordPress themes support the use of the feed. By default the feeds are applied in either sidebar.php or footer.php, it is necessary to identify the area where they were added and to add one of the above tags.
If you encounter problems in applying the above instructions please contact us. HostX offers the best WordPress hosting service and can help you solve your problems.
