Option to Replace Detault Text Within a Theme

Permalink
I am developing a theme for a client, and there is some default text within the theme that needs to be able to be customized by the editor. Basically, the default text will show, but when in edit mode, it can be replaced with any kind of content.

How do I do this? I'm interested in seeing some code examples. Thanks!

PineCreativeLabs
 
ScottSandbakken replied on at Permalink Reply
ScottSandbakken
You could just set up two page types: headertext and noheadertext. The user would then just need to edit the page type to change the default text.

You could set up headertext to use a global area and noheadertext to use a standard area. C5 will warn him if he tries to edit the global area. This makes it easy for the client to change the default text as well.