RSS/Atom feeds invalid, “Mismatched tag” errors
Upon closer examination of the output, all of the elements that did not have explicit closing tags were missing the self-closing notation i.e. <content … />; For some reason the functions.php file had these functions to “clean up” the output for HTML5: /********************************************** REMOVE SELF-CLOSING TAGS && USER-HARDCODED TAGS ***********************************************/ if ( !is_admin() && ( … Read more