WordPress Feed API
Many of the functions used in here belong in The Loop, or The Loop for the Feeds.
Display the atom enclosure for the current post.
Uses the global $post to check whether the post requires a password and if the user has the password for the post. If not then it will return before displaying.
Also uses the function get_post_custom() to get the post's 'enclosure' metadata field and parses the value to display the enclosure(s). The enclosure(s) consist of link HTML tag(s) with a URI and other attributes.
Display RSS container for the bloginfo function.
You can retrieve anything that you can using the get_bloginfo() function. Everything will be stripped of tags and characters converted, when the values are retrieved for use in the feeds.
Outputs the link to the comments for the current post in an xml safe way
Display the current comment author in the feed.
Display the feed GUID for the current comment.
Display the link to the comments.
Display the current comment content for use in the feeds.
Return the content type for specified feed type.
Build SimplePie object based on RSS or Atom feed from URL.
RSS container for the bloginfo function.
You can retrieve anything that you can using the get_bloginfo() function. Everything will be stripped of tags and characters converted, when the values are retrieved for use in the feeds.
Retrieve the current comment author for use in the feeds.
Retrieve the feed GUID for the current comment.
Retrieve the default feed.
The default feed is 'rss2', unless a plugin changes it through the 'default_feed' filter.
Retrieve all of the post categories, formatted for use in feeds.
All of the categories for the current post in the feed loop, will be retrieved and have feed markup added, so that they can easily be added to the RSS2, Atom, or RSS1 and RSS0.91 RDF feeds.
Retrieve the post content for feeds.
Retrieve the current post title for the feed.
Retrieve the blog title for the feed title.
Display the HTML type based on the blog setting.
The two possible values are either 'xhtml' or 'html'.
Determine the type of a string of data with the data formatted.
Tell whether the type is text, html, or xhtml, per RFC 4287 section 3.1.
In the case of WordPress, text is defined as containing no markup, xhtml is defined as "well formed", and html as tag soup (i.e., the rest).
Container div tags are added to xhtml values, per section 3.1.1.3.
Display the rss enclosure for the current post.
Uses the global $post to check whether the post requires a password and if the user has the password for the post. If not then it will return before displaying.
Also uses the function get_post_custom() to get the post's 'enclosure' metadata field and parses the value to display the enclosure(s). The enclosure(s) consist of enclosure HTML tag(s) with a URI and other attributes.
Display the link for the currently displayed feed in a XSS safe way.
Generate a correct link for the atom:self element.
Display the post categories in the feed.
Display the post content for feeds.
Display the post excerpt for the feed.
Display the permalink to the post for use in feeds.
Display the post title in the feed.
Display the blog title for display of the feed title.
Documentation generated on Thu, 20 Jun 2013 01:31:40 +0100 by phpDocumentor 1.4.3