I am have set up a website with a container called ’blog’ and a ditto snippet call with the following template:
<h2><a href="[[+url]]" title="[[+title]]">[[+title]]</a></h2>
<p>[[*introtext]]</p>
<p><a href="[[+url]]">read more...</a></p>
When I look at the ’blog’ page it has a link to the one child page like it should, but the introtext is the text for the ’blog’ page and not the page that is linked.
Here is a link to the page:
http://lovettaccounting.com/accounting-and-small-business-blog/
Then when you go to this page:
http://lovettaccounting.com/accounting-and-small-business-blog/Accounting-for-New-Organizational-Structures.html
you will see that the introtext is different.
I don’t know what I am doing wrong. If someone could point me in the right direction. I would appreciate it.