[solved]add a header to my news summary ?

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
ladyr0gue
Forum Members
Forum Members
Posts: 91
Joined: Fri Feb 17, 2012 4:25 pm

[solved]add a header to my news summary ?

Post 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...
Last edited by ladyr0gue on Sun Apr 22, 2012 2:22 pm, edited 1 time in total.
staartmees
Power Poster
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

Post 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}
ladyr0gue
Forum Members
Forum Members
Posts: 91
Joined: Fri Feb 17, 2012 4:25 pm

Re: Can't figure out how to add a header to my news summary

Post by ladyr0gue »

feels very dumb. yes I figured it out, think I was trying to edit the detail template :-[ thanks!
Post Reply

Return to “CMSMS Core”