Completely stumped!

Permalink
Hi guys, I would appreciate some help.

I need to give my Content Blocks a title. Is this possible?

Let's say I add a header block, or main block with content, text or images, can I give it a name that displays on the site?

I saw the default theme had titles for blogs and google isn't helping me.

Thank you,

 
MattGreyDesign replied on at Permalink Reply
MattGreyDesign
Do you mean the names of each block area in the theme?

If so just put this sort of thing where you want the content to go:

<?php $the_name = new Area("The Name"); $the_name->display($c); ?>
DoctorIT replied on at Permalink Reply
Thanks, but where do I put that sort of thing?
MattGreyDesign replied on at Permalink Reply
MattGreyDesign
Are you making a theme?
DoctorIT replied on at Permalink Reply 1 Attachment
No.

I don't think we quite understand each other.

This is a block (attached image).

I need to enter a Title for the block.

How do I do that?
Mnkras replied on at Permalink Reply
Mnkras
You could make a new block, that has a title field,
DoctorIT replied on at Permalink Reply
How do I do that? Thanks for you help.
Mnkras replied on at Permalink Reply
Mnkras
Take a look at the designer content addon
On Sep 4, 2011 2:42 PM, "Concrete5 Community" <discussions@concretecms.com>
wrote:
jordanlev replied on at Permalink Reply
jordanlev
DoctorIT replied on at Permalink Reply
Thank you, I actually have designer content installed, but I wasn't sure if I truly needed it to make the titles,

I appreciate your help :) Have a great week.