# CMS Banner Pictures

**URL:** https://forums.realmacsoftware.com/t/cms-banner-pictures/57508
**Category:** Elements CMS
**Tags:** elements
**Created:** [September 3, 2026, 12:50am UTC](https://forums.realmacsoftware.com/t/cms-banner-pictures/57508 "2026-09-03T00:50:58Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![pfroelicher](https://avatars.discourse-cdn.com/v4/letter/p/dec6dc/32.png) [@pfroelicher](https://forums.realmacsoftware.com/u/pfroelicher)
#### Post date: [September 3, 2026, 12:50am UTC](https://forums.realmacsoftware.com/t/cms-banner-pictures/57508/1 "2026-09-03T00:50:58Z")

</div>

Hi,  
I just started to move my 20 blog entry site to the online editor. Tried to go with the free version, because we do not grow the blog to much, we are manufacturing.  
Is, in the free version, a banner picture possible? Where would I put that.  
In the old version you head a header section in the .md files like so:

* * *

title: “Bem vindo ao blog da embatek”  
small-label: “bem vindo”  
date: 2022-07-12  
draft: false  
author: Pierre  
category: Informação  
tags: [Industrial]  
image: images/suamarca.png

* * *

and the image could be called upon with {{item.image.src}}  
Is that not possible with the online version/free?  
Txs  
Pierre

---

<div class="post-metadata">

### Author: ![ben](https://dub1.discourse-cdn.com/flex005/user_avatar/forums.realmacsoftware.com/ben/32/28488_2.png) [@ben](https://forums.realmacsoftware.com/u/ben)
#### Post date: [September 3, 2026, 6:46am UTC](https://forums.realmacsoftware.com/t/cms-banner-pictures/57508/2 "2026-09-03T06:46:34Z")

</div>

Hi @pfroelicher

yes, that’s possible. you just need to set the frontmatter correctly for the image, then you’ll be able to use `{{item.image.src}}`

Set the image in the frontmatter like this:

```auto
image:
  src: images/suamarca.png

```

You can read more about frontmatter on our docs page: [Frontmatter | CMS | RapidWeaver Elements Docs](https://docs.realmacsoftware.com/elements-docs/cms/cms/markdown/frontmatter#image-frontmatter)

---

<div class="post-metadata">

### Author: ![pfroelicher](https://avatars.discourse-cdn.com/v4/letter/p/dec6dc/32.png) [@pfroelicher](https://forums.realmacsoftware.com/u/pfroelicher)
#### Post date: [September 3, 2026, 5:28pm UTC](https://forums.realmacsoftware.com/t/cms-banner-pictures/57508/3 "2026-09-03T17:28:56Z")

</div>

Ben, Thanks for the answer.  
Yes, I had manually created .md files.  
But I switched to the online Editor.  
There is only a Title field. No way to put, date, author, image.src info.  
Is this not possible in the free version?

---

<div class="post-metadata">

### Author: ![ben](https://dub1.discourse-cdn.com/flex005/user_avatar/forums.realmacsoftware.com/ben/32/28488_2.png) [@ben](https://forums.realmacsoftware.com/u/ben)
#### Post date: [September 4, 2026, 8:07am UTC](https://forums.realmacsoftware.com/t/cms-banner-pictures/57508/4 "2026-09-04T08:07:38Z")

</div>

> [@pfroelicher](#):
>
> There is only a Title field. No way to put, date, author, image.src info.  
> Is this not possible in the free version?

The free version allows you to edit the frontmatter already present in the markdown file.

The Pro Online Editor allows you to setup frontmatter templates, so each file gets the same frontmatter editing options.

So if you want to use the free version, you’ll need to ensure each markdown file has the appropriate frontmatter before you start editing.

Hope that helps 😊
