Hi,
I am creating a Ghost theme for my Client and I have a question.
How to create theme to allow my Client change a phone number from dashboard or eventually config files?
Hi,
I am creating a Ghost theme for my Client and I have a question.
How to create theme to allow my Client change a phone number from dashboard or eventually config files?
change a phone number from dashboard or eventually config files
There’s no way to do that.
I’d suggest one of the easiest routes may be to have a partials/settings/phone-number.hbs
file in your theme which clients can change, would that work? Wherever you want the phone number to appear in the design you can use {{partial "settings/phone-number"}}
. Of course that’s not too much different from basic theme editing so it may be easier to explain that unless you have a lot of different “settings” files.
Ok. And no solution in future for this common issue?