• after updating my theme the rss does not work. Here is the code.

    thank you for your hepl

    <title><?php wp_title(‘|’, true, ‘right’); ?></title>
    <meta charset=”<?php bloginfo( ‘charset’ );?>” />
    <meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″>
    <meta name=”viewport” content=”width=device-width, initial-scale=1.0″>
    <link rel=”pingback” href=”<?php bloginfo( ‘pingback_url’ ); ?>” />
    <?php
    wp_head(); /** we hook up in wp_booster @see td_wp_booster_functions::hook_wp_head */
    ?>

    <body <?php body_class() ?> itemscope=”itemscope” itemtype=”<?php echo td_global::$http_or_https?>://schema.org/WebPage”>

    <?php //this is closing in the footer.php file ?>

    <?php /* scroll to top */?>
    <div class=”td-scroll-up”><i class=”td-icon-menu-up”></i></div>

    <div id=”td-outer-wrap”>

    <div class=”td-transition-content-and-menu td-mobile-nav-wrap”>
    <?php locate_template(‘parts/menu-mobile.php’, true);?>
    </div>

    <?php //this is closing in the footer.php file ?>
    <div class=”td-transition-content-and-menu td-content-wrap”>

    <?php
    td_api_header_style::_helper_show_header();

    do_action(‘td_wp_booster_after_header’); //used by unique articles

Viewing 4 replies - 1 through 4 (of 4 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    What do you mean by “does not work”?

    Thread Starter arnohist

    (@arnohist)

    It does not pass the validator test, shows up as a web page <html>

    Before that the feed did not update

    Thread Starter arnohist

    (@arnohist)

    for some reason the header.php includes doctype html tags and head tags that apparently should not be there, from what I read on the forums

    Can someone post here what code should be in the hearder.php in order to work with the rss feed

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Can you provide a link to the feed that you’re having issues with?

    for some reason the header.php includes doctype html tags and head tags that apparently should not be there,

    That doesn’t sound right – as in that advice you read.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘rss does not work’ is closed to new replies.