wordpress-bootstrap icon indicating copy to clipboard operation
wordpress-bootstrap copied to clipboard

Include feeds in header.php

Open danieldietrich opened this issue 13 years ago • 2 comments

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'); ?>" />

danieldietrich avatar Mar 17 '12 00:03 danieldietrich

+1 for this.

Trippnology avatar Mar 20 '12 13:03 Trippnology

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.

marcwiest avatar Sep 25 '12 20:09 marcwiest