How can I add custom titles to each blog article on my website?

Hello !

I’m having issue understanding this. I have a some blog articles being loops through :

“{%- for article in blog.articles limit: 12 -%}”.

Now i’d like to insert custom individual title to each of them. I tried to create custom blocks but the text is the same for all article.

Can i create custom field in the article blog page maker ?

If not, how can i do ?

Thanks :slightly_smiling_face: