Forum

Thread tagged as: Question

Perch Blog post.html template

In the post.html template the Title now has an href link, which, when clicked, goes nowhere. In the old post.html template there was no link. Is this an error?

Also the archive month links don't appear to work.

Kelly Crossley

Kelly Crossley 0 points

  • 7 years ago
Rachel Andrew

Rachel Andrew 394 points
Perch Support

Just update the templates to have what you want them to have. They are completely under your control. The ones included with the app are just examples and we assume you'll be overwriting them with your own as explained in the documentation here:

https://docs.grabaperch.com/addons/blog/template-tags/

If you don't want updates to the app to change your templates then copy the templates as suggested.

Okay, sounds good. Rachel, if I want to use Redactor instead of MarkItUp, and assuming I have Redactor installed, how should I change this line?

<perch:blog id="excerpt" type="textarea" label="Excerpt" editor="markitup" textile="true" order="1" suppress="true" size="m" />

Drew McLellan

Drew McLellan 2638 points
Perch Support

<perch:blog id="excerpt" type="textarea" label="Excerpt" editor="redactor" html="true" order="1" suppress="true" size="m" />

Thanks Drew.