RSS won't validate through Feedburner
-
I am using 2011 with Child Theme but RSS doesn’t validate for Feedburner setup. Other than CSS changes I only changed one thing in the Header.php file (child) – removed the following code because I didn’t want the search box in the menu line:
<?php
// Has the text been hidden?
if ( ‘blank’ == get_header_textcolor() ) :
?>
<div class=”only-search<?php if ( $header_image ) : ?> with-image<?php endif; ?>”>
<?php get_search_form(); ?>
</div>
<?php
else :
?>
<?php get_search_form(); ?>
<?php endif; ?>My site URL is: https://www.sunkissvillas.com
Any help is appreciated.
Mark
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘RSS won't validate through Feedburner’ is closed to new replies.