{SHOW_CONTENT:CP,1,2,3}
{SHOW_CONTENT:CP,1,2,3}
hi, frends. how use {SHOW_CONTENT:CP,1,2,3} tag? how insert articles in diferent page places?
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
where the 4 (or 15, or 2100) is the number of my content part.
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>
Campeones del mundo!
Vegetables!
Vegetables!
Re: {SHOW_CONTENT:CP,1,2,3}
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.
{SHOW_CONTENT_CPA:XX}
Where XX is the id of your article.
...