I have a theme folder (wp-content/themes/) that looks like this:
-
- custom-theme-clone/ (called clone for a reason I won't get into having to do with Git)
- custom-theme-clone/custom-theme/ (Contains actual theme data)
- custom-theme (symlink to custom-theme-clone/custom-theme/)
There are some basic templates in custom-theme-clone/custom-theme/, but they don't show up when I edit pages. I assume that this is because of how I have my directories set up. Is there a way of using templates with this directory structure short of making custom-theme an actual folder and symlinking everything in there?
Thanks.