I have some custom post/page template files I would like to keep better organized by placing them into a folder inside my themes directory. Is this possible, or would I need a line of code in my functions.php file?
If so, what is the line for functions.php?
You should be able to add to the
single_template
filter. Check out this article for more.