Hi, I was wondering when I save a template in My Templates where is it actually stored? Is in a file somewhere or in the wordpress database.
Hey Christopher,
Page templates are a custom post type. They are saved in the posts table. Let me know if you have any further questions!
Best,
Billy
Ok, I see the link in the posts table but it must be stored physically somewhere in the plugin / theme directory. It is not clear to me how it is generated. can you enlighten me.
Thanks
They are stored in the database, similar to how pages and posts are saved in the posts table. Here is a bit more info if you like - http://codex.wordpress.org/Post_Types.
Best,
Billy
Ok, thank you for your quick response.