Hi,
I have created an articles folder with all my article pages in there (surprise

), I have also created a main menu link to this folder. I have also created call to this page using ditto, this display the last three articles on my home page. Here is the code:
<!-- LATEST ARTICLES FOLLOW -->
<h4 class="no_margin_top">Latest Articles</h4>
[!Ditto? &startID=`10` &tpl=`newsChunk` &summarize=`3` &multiLevel=3 & &paginate=`1` &paginateAlwaysShowLinks=`1`]]
<!-- END OF LATEST ARTICLES -->
Ok, on to my problem. When I click on an article from the main articles page, you are given the nice SEF URL, something like:
/my_new_article_1.html
However, when I click from the feed I have placed on the home page, the url doesn’t display like the above (even though it is the same page, it displays something like this:
/20
This is the content ID number. So how do I get my SEF URL’s consistant throughout the site when calling from Ditto?
Thanks
Lee