I'm creating my album reviews website. I have over 300 reviews already done (in the older version of the website) and I'm inserting them in the new version through phpwcms WYSIWYG editor.
When listing the articles, is it possible to divide them into many pages? Maybe 50 articles for each pages?
Riccardo
article list in many pages
Use this Replacement-Tag:
http://www.phpwcms.de/forum/viewtopic.p ... highlight=
It's easy to install, easy to use and gives you what you want with only one piece of code...
http://www.phpwcms.de/forum/viewtopic.p ... highlight=
It's easy to install, easy to use and gives you what you want with only one piece of code...
Greetz, tinoo
thanks,
but I have another question about Teaser_ex RT.
On the template what should I enter in order to visualize the list of the articles when I click on the category name and the article when I click no the article's link?
Would it be the content part liek this one:
{TEASER_EX with correct value}
{CONTENT}
or just need to enter TEASER_EX?
thanks in advance
Riccardo
but I have another question about Teaser_ex RT.
On the template what should I enter in order to visualize the list of the articles when I click on the category name and the article when I click no the article's link?
Would it be the content part liek this one:
{TEASER_EX with correct value}
{CONTENT}
or just need to enter TEASER_EX?
thanks in advance
Riccardo
nonono.... You have placed the {CONTENT} in the page template.Athas wrote: {TEASER_EX with correct value}
{CONTENT}
All you have to do now is to create an article in whatever category you
want, and add a plain text contentpart containig the {TEASER_EX} tag...
That's it. PHPWCMS wil then show the result of the {TEASER_EX} at the
place where you defined the {Content}...
Got it?
Greetz, tinoo