Hi,
Im using ModX 0.9.5 with Ditto 1.0.2 and SEF URL’s (e.g.
http://domain/parent/child.htm) and am having problems when trying to display a list of the 5 latest content items in a sidebar on every page. I can get the content to display from Ditto fine, and it gives me a "Read More..." link at the bottom of each little description as you can see here in my template:
<p><img src="[(base_url)]assets/templates/tgl/images/grnarr.gif" alt="" border="0" /> [+description+]<br />
[ [+link+] ]</p>
If i goto my homepage and click a "Read More..." link it works fine, and the path would be (for example)
http://domain/parent/child.htm. However, if i then click the "Read More..." link on this page, it will take me to
http://domain/parent/parent/child.htm which obviously does not exist and doesnt work!
I have downloaded the latest versions of everything and am stuck! Can anyone help?