Site logo

Archived topic

blog page title

3 replies · Started by Anders on May 31, 2021

Viewing posts 1–4 of 4

Hi
I use the same element for all pages. On the blog page the title is not the same as the page.

I have this code in the element
<h1>
{{post_title}}
</h1>

The title is "BLOGG" but should be "AKTUELLT". see screenshot

Hi there,

you will need to exclude the Blog from that Header Element.
Then create a separate Header Element specifically for the Blog and add your title in plain HTML eg.

<h1>AKTUELLT</h1>

thanks!

You're welcome

This archived topic is closed to new replies.