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. See examples here.
Option | Default | Example | Description |
---|---|---|---|
cite | (empty) | cite="Leonardo da Vinci" | The citation of the quote; will be shown underneath it. |
citelink | (empty) | citelink="http://www.example.com" | The citation will link to this URL. |
margin_top | (empty) | margin_top="20" | Add a CSS margin-top to the blockquote in pixels. |
margin_bottom | (empty) | margin_bottom="20" | Add a CSS margin-bottom to the blockquote in pixels. |
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, e.g. “200px” or “30%”. |
convert | cvt-phone-ptr | convert="cvt-phone-ldsp" | This is a responsive option. It gives you the choice to select when you want the box to convert to full width if a width has been set:
|
cite | (empty) | cite="Leonardo da Vinci" | The citation of the quote; will be shown underneath it. |
citelink | (empty) | citelink="http://www.example.com" | 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]