Log in Sign up

Turn Title into Link to Post

I am sure I am just missing something easy so I am sorry for this. Using blog template with full posts, wanted the title to also be link like the date is?


a year ago, 1 replies   Edit question

I haven't dug into the blog template lately but it's fairly easy to do this by looking for the {{title}} in the entries template and wrapping it with the URL, i.e. like so:

<a href="{{{url}}}">{{title}}</a>

...you may want to remove the relevant a href code from around the {{date}} if you don't want it to be linked still.

Ray

Answered a year ago ยท Edit answer