How to Reuse Text Fragments (not blocks)
-
What I’d like to do is similar to a #define (in C/C++ etc), and then using that template in many places. I tried Reusable Blocks but I don’t want a block I want to imbed the value inline with other content around it.
The first thing I’d like to do is define a street address somewhere:
#define StreetAddress 12 Xyz St, SomeCity etc
And then use that in a say a paragraph block:
.. blah blah shop at "{{StreetAddress}}".
If the address changes that only needs a single place to be updated. I also looked at short codes but they also appear to be for blocks.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to Reuse Text Fragments (not blocks)’ is closed to new replies.