Hmm.. I should have been more clear with what I wanted. What I want is the ability to dynamically switch between different “single.php” templates, for the same post, by specifying something in the URI.
If you look at https://www.chromalark.com, I am trying to simulate something like that. You see the “read more” button under his photos leaves to a different single page view.
Here is what I want:
https://www.shadetoshade.com —–> INDEX.PHP
click the previous button to go to previous entry
https://shadetoshade.com/index.php/2006/02/mist.html/ ——> INDEX.PHP
click the read more button ——-> SINGLE.PHP for that entry.
Does this make sense?