Post Navigation Link

Displays the next or previous post link that is adjacent to the current post.

This block is available in the latest version of WordPress and does not require the Gutenberg plugin.

Category:

For developers

Block Grammar & Markup

<!-- wp:post-navigation-link {"type":"next"} /-->

Block Attributes

Optional. Type: Object.

Attributes provide the structured data needs of a block. They can exist in different forms when they are serialized, but they are declared together under a common interface.

Documentation

{
  "textAlign": {
    "type": "string"
  },
  "type": {
    "type": "string",
    "default": "next"
  },
  "label": {
    "type": "string"
  },
  "showTitle": {
    "type": "boolean",
    "default": false
  },
  "linkLabel": {
    "type": "boolean",
    "default": false
  },
  "arrow": {
    "type": "string",
    "default": "none"
  }
}

Block Supports

Optional. Type: Object.

A set of options that enables or disables block controls in the editor, for example gradient colors or padding.

Documentation

{
  "reusable": false,
  "html": false,
  "color": {
    "link": true
  },
  "typography": {
    "fontSize": true,
    "lineHeight": true,
    "__experimentalFontFamily": true,
    "__experimentalFontWeight": true,
    "__experimentalFontStyle": true,
    "__experimentalTextTransform": true,
    "__experimentalTextDecoration": true,
    "__experimentalLetterSpacing": true,
    "__experimentalWritingMode": true,
    "__experimentalDefaultControls": {
      "fontSize": true
    }
  }
}

For developers

View blocks per attribute or block support: