• Resolved G

    (@gnetworkau)


    When I updated to latest version of xml sitemap feed 3.8, on WordPress MU 3, I was getting error for stylesheet on all my sites. The sitemap would not show, just css error.

    I resolved this by replacing reference to stylesheet in ver 3.8, with that of my previous ver 3.6.1. Now all sitemaps work fine.

    Replace in ver 3.8, line 12:
    <?xml-stylesheet type=”text/xsl” href=”‘.XMLSF_PLUGIN_URL.’/sitemap.xsl.php?v=’.XMLSF_VERSION.’&uri=’.str_replace(get_option(‘home’),””,XMLSF_PLUGIN_URL).'”?>

    with this:
    <?xml-stylesheet type=”text/xsl” href=”‘.get_option(‘home’).’/’.str_replace(ABSPATH,””, XMLSF_PLUGIN_DIR).’/sitemap.xsl.php?v=’.XMLSF_VERSION.'”?>

    https://www.ads-software.com/extend/plugins/xml-sitemap-feed/

Viewing 4 replies - 16 through 19 (of 19 total)
Viewing 4 replies - 16 through 19 (of 19 total)
  • The topic ‘[Plugin: XML Sitemap Feed] Stylesheet CSS problem?’ is closed to new replies.