It might be a little odd question, but I’m new at developing WordPress Themes, and having some difficulty to know, when to use Widgets or Theme Mods in the Customizer on my custom-made theme for a company.
The reason I’m confused is because I previously have been working with two the other themes, where one of them where using Theme Mods and the other, Widgets to do practically the same thing. That would include adding/changing stuff like the logo in the header and info boxes on the front page containing both images and text.
I’ve including the structure of my front-page, to better illustrate what kind of elements I want to be able to change:
The red section is a selection og five handpicked customers of the
company.The two boxes below are containing some information about the company.
The last grey section is the footer which contains three columns.
So which method is the best practice when I want to change the content of each elements. Theme mods or widgets?