Created
September 9, 2015 19:26
-
-
Save nielsenrc/5bf53a0174b05b2b10a0 to your computer and use it in GitHub Desktop.
Fix feed links in Wordpress
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//add to functions.php file to fix feed errors | |
add_theme_support( 'automatic-feed-links' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment