I have to create a hundred of content pages that share the same structure.
For example:
[Title] - [Subtitle]
[Description]
[Specs]
- [Spec-A]
- [Spec-B]
- [Spec-C]
[Features]
- [Image-A][Feature-A]
- [Image-A][Feature-B]
- [Image-A][Feature-C]
I would like to store this information in some DB tables so that if I need to change the template content positions or style, I can do it once for all pages.
But unfortunately I am not very good at PHP, so I don’t know where to start. Which features of WordPress or plugins can I use to reach the result?
Thank you in advance