Page 1 of 1
[solved]add a header to my news summary ?
Posted: Sun Apr 15, 2012 12:43 am
by ladyr0gue
I have tried inserting title tags, pain old h3 header tags and even popping in a content block... and can't figure it out. Searched the forum extensively but no cigar... What is the best way to add a (possibly editable, but I don't really mind as it was only going to say News) title to my news summary bit? Ended up adding a content block to the detail page just for the title but I'm sure there is a better way around this...
Re: Can't figure out how to add a header to my news summary
Posted: Sun Apr 15, 2012 7:07 am
by staartmees
just add it to the News summarytemplate.
Code: Select all
<!-- Start News Display Template -->
{* This section shows a clickable list of your News categories. *}
<h1>the titel</h1>
<ul class="list1">
{foreach from=$cats item=node}
Re: Can't figure out how to add a header to my news summary
Posted: Wed Apr 18, 2012 7:28 pm
by ladyr0gue
feels very dumb. yes I figured it out, think I was trying to edit the detail template

thanks!