Remove wordpress category feeds
wordpress snippet
Adding this PHP code to the functions.php of your wordpress theme will remove the category feeds from wordpress still keeping your primary RSS feed.
snippet : PHPcopy
remove_action( 'wp_head', 'feed_links_extra', 3 );
this months featured snippets
- http://www.matthewbennett.es MatthewBennett
- http://wpsnipp.com Kevin Chard
- Themauirob
- http://wpsnipp.com Kevin Chard










