[solved]add a header to my news summary ?
[solved]add a header to my news summary ?
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...
Last edited by ladyr0gue on Sun Apr 22, 2012 2:22 pm, edited 1 time in total.
-
- Power Poster
- Posts: 1049
- Joined: Wed Mar 19, 2008 4:54 pm
Re: Can't figure out how to add a header to my news summary
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
feels very dumb. yes I figured it out, think I was trying to edit the detail template
thanks!
