How do I bypass the wrapper for a page?
I am creating a pop-up modal, the content of which I will call and load dynamically from a URL with Ajax.
The content of the modal I will populate from a WordPress custom page template, which will still give me access to all of JobRoller's native functions, etc.
However, all templates created in JobRoller are run through JobRoller's wrapper.php, and thus include a header, footer, etc.
How can I bypass the wrapper for custom page templates?