wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
Top Google Suchergebnisse
- category_feed_link Wordpress hook details -- Adam Brown, BYU ...
category_feed_link. Description. Applied to the feed URL generated for the category feed by the get_category_feed_link function. This description was scraped ... - Plugin API/Filter Reference/category feed link « WordPress Codex
Description. A filter hook called by the get_category_feed_link function prior to printing out in a template. Usage. <?php function filter_handler( $data ){ ...... } ... - 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, ... - Changing your WordPress feed links without .htaccess
Dec 15, 2008 ... You can change those links as well. add_filter('category_feed_link', ' other_feed_links'); add_filter('author_feed_link', 'other_feed_links'); ...