CumulusClips - Forums
[Fixed] site map link at footer
Hello
when I click on site map link at footer it takes me here:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
http://tv.cotorrea.com/video-sitemap-1.xml
2016-07-10
when I click on site map link at footer it takes me here:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
http://tv.cotorrea.com/video-sitemap-1.xml
2016-07-10
This discussion has been closed.
Comments
I have about 17 videos but they don't display on site map:
http://tv.cotorrea.com/video-sitemap.xml
Any progress on this issue?
Or one has to add the videos to it manually?
There has been NO answer on this yet, which is a very important issue!
I have use xml site map generator (is working) ,but when there is an updated; new member's, video upload, etc I have to add such manually and it should not be! Isn't this supposed to be automatically add it to the site map file?
If I deleted all content from the site map nothing will be there at all I will have to do it manually again!
any news?
$video->description
with
htmlspecialchars($video->description)
Then go to https://cotorrea.com/video-sitemap-1.xml see if the XML file is generated.
This is were I made the change:
$block->addChild('description', htmlspecialchars($video->description));
is that ok?
For it to work temporarily, you would need to strip all HTML from your video descriptions.