Excuse the newbie question.
I have a home page that has 2 sections on it. None of these sections are the 'blog' which is in another section of the site. I suppose I'm looking for another way of content managing these sections.
The first is a 'what we do' section. It has three paragraphs that are limited to say 200 words. e.g:
- Title then 200 words
- Title then 200 words
- Title then 200 words
There are no other pages associated with each point. I want each to be available in the backend for editing.
The second section 'Example Work' consists of 6 images with a small caption underneath each one. How would I go about content managing each one of these?
From reading around, I found 'Custom Post Types' but that seems like quite a bit of work for something that would be potentially quite simple. This must have been done a thousand times before. Also this is potentially a 'module' - but again I'm not sure.
I'm not necessarily looking for code (feel free to include though) but a high level description of the best way to do this.