I am looking for some guidance with working with Wordpress. My company has recently decided to move to using Wordpress as our main development platform. I am used to doing OOP and I see that Wordpress has support for it which is great. I do have a few questions I was hoping some seasoned Wordpress developers could answer.
1.)We have designers that like to modify the layout of elements coming from a plugin. What is the best way to handle this from a plugin update standpoint so that there changes don't get overwritten in future updates? We will probably be making most of our own plugins and will be using the custom content types for them when available.
2.)From a client perspective what is the best way to handle urls for custom content (ex. Faqs plugin so that designers can handle layout and client can easily enter them). My initial thought was to create a cutom post type and make the slug through it. However, the drawback to this is that they cannot change the url from the pages section and add any custom content before the call to the plugin content. My second thought was to just use short codes but the downfall to that is client can accidentally remove it. Is there another way that I am missing or an even better way?
If anyone has any other tips/suggestions please feel free to leave them. Also any links to great articles/resources to working with Wordpress is appreciated.