client to be able to update the text/images
-
Hi,
I’m developing a simple website with wordpress. A client would like to be able to update the text/photos after the launch.
Some of the pages are simple (a few blocks of text/pictures), which the client can easily do via Gutenberg. Some of them, however are more complicated in terms of design and the split into columns/modules/areas of a page has to be done via a template (and html/css) so it’s not just one block of text.
I’m considering what the best option is. In my previous project I used ACF but don’t want to pay for another licence.
I know I can customise the customiser but it’d be lots of lines/entries forms.
Another options I thought would be to create a custom post type (eg. Components) and refer to particular Components ID in the template code. The client would just update particular Component posts via the dashboard, eg.
Component ID 01: Commitment Statement
Component ID 02: Our Vision
Component ID 03: Our Missionetc.
What would your recommend?While I understand that Gutenberg has been enabling lots of features, I fear the client might struggle with formatting the gutenberg blocks if they were to change/replace image/text. So in terms of layout/formatting, I’d like to do as much as possible from the template side.
What do you think?
- The topic ‘client to be able to update the text/images’ is closed to new replies.