I've tried a number of solutions available on the internet, but none seem to work in WP 3.1.1.
Thanks!
remove_action('wp_head', 'feed_links', 2); add_action('wp_head', 'my_feed_links'); function my_feed_links() { if ( !current_theme_supports('automatic-feed-links') ) return; // post feed ?> <link rel="alternate" type="<?php echo feed_content_type(); ?>" title="<?php printf(__('%1$s %2$s Feed'), get_bloginfo('name'), ' » '); ?>" href="<?php echo get_feed_link(); ?> " /> <?php }
Sign up using Google
Sign up using Facebook
Sign up using Stack Exchange
By posting your answer, you agree to the privacy policy and terms of service.
tagged
asked
1 year ago
viewed
1955 times
active