Hello everybody
This is my very first site in GetSimple.
I'm having some problems trying to use i18n Search to get an homepage populated with the latest news inserted in my website.
new.sandalj.com
I inserted a component in the page: this component gets the list of the child pages of "NEWS" menu.
this is the scripting of the component
Here, it doesn't work.
But I have another release
new.sandalj.it
Here you can see it perfectly working.
I just can't get why it doesn't work.
I had a look in the index.xml in both versions: the .com one looks strange.
Have you got some suggestions?
I have another issue related to this website: my "page-management" page looks strange:
here you can see a picture of it.
there, my "home" page is written two times (and i can't delete it)
thank you
This is my very first site in GetSimple.
I'm having some problems trying to use i18n Search to get an homepage populated with the latest news inserted in my website.
new.sandalj.com
I inserted a component in the page: this component gets the list of the child pages of "NEWS" menu.
this is the scripting of the component
Code:
<div id="ultimenews">
<p>Last news:</p>
<ul><?php get_i18n_navigation('news',1,9); ?></ul>
<br><br>
</div>
Here, it doesn't work.
But I have another release
new.sandalj.it
Here you can see it perfectly working.
I just can't get why it doesn't work.
I had a look in the index.xml in both versions: the .com one looks strange.
Have you got some suggestions?
I have another issue related to this website: my "page-management" page looks strange:
here you can see a picture of it.
there, my "home" page is written two times (and i can't delete it)
thank you