I am making a website for a friend and he doesn't know how to code so I decided to make him a WordPress website which is new to me. I wanna make a homepage that has different sections (About us section, photo gallery section, etc). he might want to change the about us section later in the future or add pictures in the galley. whats the best way to do this?
I have thought about making posts for each section (an about us post and he could just edit it whenever he wants to change the about us section) does that work?
I am making a website for a friend and he doesn't know how to code so I decided to make him a WordPress website which is new to me. I wanna make a homepage that has different sections (About us section, photo gallery section, etc). he might want to change the about us section later in the future or add pictures in the galley. whats the best way to do this?
I have thought about making posts for each section (an about us post and he could just edit it whenever he wants to change the about us section) does that work?
Here is what I would recommend.
Use a plugin called Advanced Custom Fields.
This will allow you to build out the admin and have different fields for each section. You could have an editable area with a editor for the about us section. You could use a Repeater Field for the gallery, and much more.
Once you have all the fields in the admin, you just need to pull all the data into your homepage template. This is pretty straight forward and there is good documentation with examples.
This is one of the few plugins I recommend, but when it comes adding custom fields it doesn't make sense to not use it.