• Now testing: “Read More” breaks
Inserting a break will truncate your post so readers need to click “Read More” to view it in its entirety.
Themes can even style them using the new {block:More} tag!
{block:More}
    <a href="{Permalink}" class="big_ass_button">Read More</a>
{/block:More}
You can add a break with the plain text and Markdown editors with the simple tag: <!-- more -->
These are only available in Text Posts at the moment.

      Now testing: “Read More” breaks

      Inserting a break will truncate your post so readers need to click “Read More” to view it in its entirety.

      Themes can even style them using the new {block:More} tag!

      {block:More}
          <a href="{Permalink}" class="big_ass_button">Read More</a>
      {/block:More}

      You can add a break with the plain text and Markdown editors with the simple tag: <!-- more -->

      These are only available in Text Posts at the moment.