Link page to different default.php

Permalink
Is it possible to point specific pages to a different default.php?

 
WillemAnchor replied on at Permalink Reply
WillemAnchor
I'm not sure what your goal is.

You could create a page attribute and set it for certain pages.
If $attr == 1 do this
else do that
This test could be done in view.php or default.php

Or create a template in your theme for certain pages.