{SHOW_CONTENT:CP,1,2,3}

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
numlock
Posts: 16
Joined: Wed 30. Apr 2008, 09:14

{SHOW_CONTENT:CP,1,2,3}

Post by numlock »

hi, frends. how use {SHOW_CONTENT:CP,1,2,3} tag? how insert articles in diferent page places?
User avatar
sustia
Posts: 651
Joined: Fri 2. Apr 2004, 22:29
Location: Lecce (Italy)
Contact:

Post 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.
Campeones del mundo!
Vegetables!
User avatar
Cipolla
Posts: 451
Joined: Sat 16. Feb 2008, 20:39
Location: Muppet Show

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

Post 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.
...
Post Reply