Sometimes it’s necessary to use a completely different sentence or punctuation when displaying personalized values and fallback values.
For example you may want to display the following text for anonymous users:
Dear Friend, …
But in the case of a virtual URL like this:
http://mydomain.com/Steve
…you may want to display:
Welcome back Steve!
In this case you can use the fallback attribute along with tags inside the content like this:
[wpgetpersonal fallback=”Dear Friend,”]
Welcome back {1}!
[/wpgetpersonal]
Posted in: Installation