wordpress-bootstrap
wordpress-bootstrap copied to clipboard
Include feeds in header.php
It would be nice to include feeds by default in the <head> of header.php:
<link rel="alternate" type="application/rss+xml" title="RSS 2.0 - <?php bloginfo('name'); ?>" href="<?php bloginfo('rss2_url'); ?>" />
<link rel="alternate" type="application/atom+xml" title="Atom 0.3 - <?php bloginfo('name'); ?>" href="<?php bloginfo('atom_url'); ?>" />
<link rel="alternate" type="application/rss+xml" title="Comments Feed - <?php bloginfo('name'); ?>" href="<?php bloginfo('comments_rss2_url'); ?>" />
+1 for this.
I think you can just open up library > bones.php and comment out the lines you do not want removed by bones_head_cleanup() function.