Skip to content

Collections

To display a dedicated page for your standard articles with a “Load More” button:

  • Create a Container Page: Create a new page and set the slug to blog.
  • Title: The title you enter here will be the page’s main headline.
  • Excerpt: The text provided in the excerpt field will serve as the page’s description.
  • Internal Tag: Add the internal tag #blog in the post settings (the # ensures it is hidden from your public tag list).

To display specific details like Camera, Lens, or Shutter speed for an image:

  • Code Injection: Open the Code Injection section in the right-hand post settings panel.
  • Metadata Script: Copy and paste the following code into the Post Header area:
<script id="camera-info" type="application/json">
{
"title": "Camera Info",
"data": {
"Camera": "Sony A7 IV",
"Lens": "35mm f/1.4",
"ISO": "400",
"Aperture": "f/2.8",
"Shutter": "1/250s"
}
}
</script>

You can add multiple information blocks by following these rules:

  • Unique IDs: Each
  • Flexible Labels: You can define any label and description pair within the “data” object to suit your needs.