Blockquote
The blockquote shortcode allows you to display a fancy full width quote. The content of your quote should be between the opening and closing shortcodes. The options for this shortcode are shown below.
Option | Default | Example | Description |
---|---|---|---|
cite | (empty) | cite="Leonardo da Vinci" | (Optional) The citation of the quote, will be shown underneath it |
citelink | (empty) | citelink="http://www.example.com" | (Optional) The citation will link to this URL |
Examples
[blockquote]Simplicity is the ultimate sophistication.[/blockquote]
[blockquote cite="Leonardo da Vinci" citelink="http://www.example.com"]Simplicity is the ultimate sophistication.[/blockquote]
Pullquotes
The pullquote shortcode allows you to display a fancy quote floated in your page content. The content of your quote should be between the opening and closing shortcodes. The options for this shortcode are shown below.
Option | Default | Example | Description |
---|---|---|---|
align | left | align="center" | The alignment of the quote within the content
|
width | (empty) | width="200px" | The CSS width of the pullquote in pixels, e.g. “200px” or “30%” |
cite | (empty) | cite="Leonardo da Vinci" | (Optional) The citation of the quote, will be shown underneath it |
citelink | (empty) | citelink="http://www.example.com" | (Optional) The citation will link to this URL |
Examples
[pullquote]Simplicity is the ultimate sophistication.[/pullquote]
[pullquote align="right" cite="Leonardo da Vinci" citelink="http://www.example.com"]Simplicity is the ultimate sophistication.[/pullquote]