get_category_feed_link [ WordPress Function ]
get_category_feed_link ( $cat_id, $feed = '' )
| Parameters: |
|
| Returns: |
|
| Defined at: |
|
Soorgelijke functies: get_category_link, get_author_feed_link, get_term_feed_link, get_category_rss_link, get_tag_feed_link
Retrieve the feed link for a category.
Returns a link to the feed for all posts in a given category. A specific feed can be requested or left blank to get the default feed.
Examples [ wp-snippets.com ]
Top Google zoekresultaten
- Function Reference/get category feed link « WordPress Codex
Description. This function returns a link to the feed for all posts in the specified category. A particular feed can be requested, but if the feed parameter is left blank, ...
codex.wordpress.org - WordPress › Support » get_category_feed_link not echoing link
Posted 3 years ago #. I don't know . . . can't get much more basic than this, I just want to echo a category feed link using the new function. Here's what I'm using: ...
wordpress.org - Displaying Wordpress Category RSS Feed Link : Live Experience
Nov 15, 2008 ... get_category_feed_link($cat_id,$feed) ?> ... We used our get_category_feed_link() function but instead of assigning ID we let it discover the ...
www.livexp.net - get_category_feed_link() WordPress function reference, arguments ...
Retrieve the feed link for a category. Returns a link to the feed for all posts in a given category. A specific feed can be requested or left blank to get the default ...
queryposts.com