Page 1 of 1

{SHOW_CONTENT:CP,1,2,3}

Posted: Mon 12. May 2008, 14:00
by numlock
hi, frends. how use {SHOW_CONTENT:CP,1,2,3} tag? how insert articles in diferent page places?

Posted: Mon 12. May 2008, 16:37
by sustia
Hi, have you read this?
http://www.phpwcms-docu.de/index.php?aid=36

For example, I want the Image Rotator content part in every page of my site.

I've created a hidden article where I have the content part, and in my template I have

Code: Select all

<div id="header">
{SHOW_CONTENT:CP,4}
</div>
where the 4 (or 15, or 2100) is the number of my content part.

Re: {SHOW_CONTENT:CP,1,2,3}

Posted: Mon 12. May 2008, 22:24
by Cipolla
and if you want to show a complete article with all ContentParts inside use
{SHOW_CONTENT_CPA:XX}

Where XX is the id of your article.