Thread Starter
Pibee
(@pibee)
Thanks for your answer! I must admit this is all a little confusing for me (I have no knowledge of PHP).
In my case, since absolutely all posts would start in the exact same way, I’m not sure a Custom Post Type would be necessary – I think I could instead modify the template that is used by all posts. Am I right so far or is there a good reason for creating a custom post type instead?
Also, I’m not sure of what I must do to allow users to define the value of variables from within their post (for example : allow them to state that variable “Room” should be equal to string “Bathroom”), but I stumbled upon “Custom fields” in the meantime – this seems to be the way to go, correct?