Log in Sign up

How to display post title on home / entries page

I was able to get the title to display on the entry itself by adding this line to the top of the entry.html template:

{(entry.title}}

However, on the home page where all entries are shown, there's no titles, which makes it hard to tell one post from another.

How can I add the titles to the entries page too?

Thanks!


11 hours ago, 2 replies   Edit question

entry.html for single post template. you should also edit the entries.html for your homepage/index template.

Answered 2 days ago · Edit answer

Thanks, I looked at the entries.html and tried entering the {(entry.title}} section in a few different places and it didnt work.

Can you suggest where I should put it please?

Thanks

Answered 11 hours ago · Edit answer