I see. So, the Permalink looks something like this:
https://mydomain.com/wp/index.php?p=2
— this is what appears in the address bar of my browser when I click on the title of the entry.
What I’m trying to do is store the entry (the permalink) in a different format (different stylesheet) and without any comments.
So if someone uses RSS to find the entry, he only sees the original article. If he wants to see comments, the permalink entry will have a link back to the main index.php where the teaser portion of all the various entries appear with their corresponding comments.
I need to keep the permalink entry and the comments separate for a reason. So, each “entry” is really only the first few sentences of the full entry, which appears in its entirety elsewhere, without comments.
I will look at the information you suggested. If you can provide any other guidance on how to do this I would be extremely grateful.