Okay I have dumbed it way down.
The blog index has this code:
{exp:channel:entries channel="test"}
{title}
{test_excerpt}
{test_body}
{/exp:channel:entries}
“news” is the template group and “article” is the template that the title_permalink should resolve to. There are two entries in the “test” channel.
The article template consists of the following code:
{embed="includes/head"}
{exp:channel:entries channel="test" limit="1" dynamic="no" status="Open"}
{title}
{test_body}
{/exp:channel:entries}
There is no other code in the blog’s index or the article template
When I click on the title for “The First Article” the url resolves to
http://frank4mv.com/news/article/the-first-article
But the text is the text for the second article.
The Second Article
My father’s family name being Pirrip, and my Christian name Philip, my infant tongue could make of both names nothing longer or more explicit than Pip. So, I called myself Pip, and came to be called Pip. I give Pirrip as my father’s family name, on the authority of his tombstone and my sister - Mrs. Joe Gargery, who married the blacksmith.
If I click on the the title for “The Second Article” the url resolves to http://frank4mv.com/news/article/the-second-article.
And the text is correct
The Second Article
My father’s family name being Pirrip, and my Christian name Philip, my infant tongue could make of both names nothing longer or more explicit than Pip. So, I called myself Pip, and came to be called Pip. I give Pirrip as my father’s family name, on the authority of his tombstone and my sister - Mrs. Joe Gargery, who married the blacksmith.
Try it out for yourself at http://frank4mv.com/news