变roller blog entry title为链接,点击可直接进入entry

Is there a way to have the title of the entry be a link to view that entry
alone?

Yes.  In your theme, edit "_day.vm"

Replace

<p class="entryTitle">$entry.title</p>

with

<p class="entryTitle"> <a href="$url.entry($entry.anchor)">$entry.title</a> </p>

 

登陆roller后台,编辑Preferences/templates/_day.

你可能感兴趣的:(Blog)