Page 1 of 1

[solved] Can't see content on webpage

Posted: Tue Sep 13, 2011 7:06 pm
by anonme
Hi there,

I am trying to make one small change to a template on my site. The template currently has three columns where I post content from News. I would like to add a content section above the three columns and beneath the page title explaining what the columns are about. I added the following to the template:

{content block='Left Column Text' assign="left_column_text"}

and was able to enter column on the back end of the site, but when I submit it, it doesn't show up on the actual web page. Am I missing something that I need to add? If so, where do I add it?

Thanks!

Re: Can't see content on webpage

Posted: Tue Sep 13, 2011 7:51 pm
by RonnyK
The assign is making it stored in a variable. I dont know if you need that, but if you do then {$left_column_text} should be called where you want it showing....

If you dont need the variable for anything, just remove it from the call...

Ronny

Re: Can't see content on webpage

Posted: Tue Sep 13, 2011 8:16 pm
by anonme
Thank you!