Display heading & page title

4 posts by 3 authors in: Forums > CMS Builder
Last Post: June 13, 2011   (RSS)

Hello chaps. I have a problem displaying a title on our category page (i think its called a list page)

I am trying to have a field in the control panel of the cms that is for writing a 1st heading on the list page, I basically want to echo it onto the page but it won't work.

Page is located at: http://www.dynamicgift.com.au/productcat.php?category=Lanyards&product_id=4

If you look at the word lanyards, that is actually using a bit of code to GET the category title but I want to echo a heading which is entered via the control panel.

I have tried regular echo code but it isnt working =(

Any help much appreciated

Re: [Christopher-j1] Display heading & page title

By robin - June 9, 2011

Hey,

I'm not quite sure what you're asking. Maybe you could describe an example of what you want to do?

Thanks
Robin
Robin
Programmer
interactivetools.com

Re: [robin] Display heading & page title

Sorry I wrote that out a bit odd didnt I.

Basically I want to be able to enter a Page heading <h1> from the Cms Control Panel. And have it display on my list pages, different for each list page.

but when I enter the code generated by the code generator it dosnt show.

You'll see the page here: http://www.dynamicgift.com.au/productcat.php?category=USB%20Drives&product_id=26

At the momentthe list page is just set to display the record name in the heading area, I want to be able to enter something different for the heading and have it show on that page.