Quotes
Docs > Extensions > Plugins > QuotesWant to add a quick random quote somewhere in your site? Maybe a testimony from a satisfied member? Or to display one of the benefits of your service.
Here's an easy way to do it using built in BoltWire code:
First create a page with a number of info vars on it, perhaps info.quotes. It would look something like this:
1000: Plans never work, unless you work the plan.
1001: Genius is 1% inspiration, 99% perspiration.
1002: You must be the change you wish to see in the world.
1003: The grass is greener where you water it.
1004: Life is a daring adventure or it is nothing at all.
Then simply use this markup to generate a random quote. Reload this page a time or two to see it at work:
<(info random page=info.quotes)>
The grass is greener where you water it.