You can output a Read More button that links to the full view of your article by using the [readmore] tag.

[readmore]

Custom Text

When showing the read more link, you can also override the standard Read more... text. For example, if you want the text Please read on! to link to the article:

[readmore text="Please read on!"]

Adding or overriding attributes

You can override any attributes or set extra attributes to be used in the final <a> tag in any link data tag that generates one.

For example, the readmore link gets the default readmore class name. If you want to override that, you can do:

[readmore text="Please read on!" class="my-own-class"]

Or if you only want to override the class (and not the text):

[readmore class="my-own-class"]