2013-02-18, 00:17:15
I have a problem.
I need to have the latest news of my website on the homepage.
Every news page has a list of other news, generated via a component (the name of the component is "elenconews" - in italian, it stands for "list of the news").
When I visit the single news page, everything works as it should.
My home page has only this script.
The component {% elenconews %} I inserted in every news page, here, doesn't work.
Here, you can see the home page, with the component not working
http://new.sandalj.com
here, you can see a news page, with the component WORKING
http://new.sandalj.com/082620121045
Here, you can see the italian version of the site, which is exactly the same, but correctly running.
http://new.sandalj.it
thanks!
I need to have the latest news of my website on the homepage.
Every news page has a list of other news, generated via a component (the name of the component is "elenconews" - in italian, it stands for "list of the news").
When I visit the single news page, everything works as it should.
My home page has only this script.
Code:
(% searchresults tags:news numWords:-1 order:reverseurl max=1 )
The component {% elenconews %} I inserted in every news page, here, doesn't work.
Here, you can see the home page, with the component not working
http://new.sandalj.com
here, you can see a news page, with the component WORKING
http://new.sandalj.com/082620121045
Here, you can see the italian version of the site, which is exactly the same, but correctly running.
http://new.sandalj.it
thanks!