You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
800 B
800 B
authors | categories | date | description | tags | title | |||||
---|---|---|---|---|---|---|---|---|---|---|
|
|
2023-01-02 | Demonstration of the Paige quote shortcode. |
|
Quote Shortcode |
Paige provides a paige/quote
shortcode for displaying a quotation.
Code:
{{</* paige/quote */>}}
Don't believe everything you read on the Internet.
{{</* /paige/quote */>}}
Result:
{{< paige/quote >}} Don't believe everything you read on the Internet. {{< /paige/quote >}}
Code:
{{</* paige/quote caption="Abraham Lincoln" */>}}
Don't believe everything you read on the Internet.
{{</* /paige/quote */>}}
Result:
{{< paige/quote caption="Abraham Lincoln" >}} Don't believe everything you read on the Internet. {{< /paige/quote >}}