Adding a list of Articles in a section of templates

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
omihc
Posts: 4
Joined: Wed 16. Aug 2006, 20:16

Adding a list of Articles in a section of templates

Post by omihc »

Hi

I have a site using phpwcms. I want to add a list (as links) of the articles which I added under a section called News in my template. The News section is under HOME/INDEX.

Its sort of like a Navigation menu but just for the News section.

Is there any type of specific Replacement tag I can use?

Any help is appreciated!

Thanks!

omihc
Pappnase

Post by Pappnase »

hello


look at the new tag

Code: Select all

{NEW:5}
http://www.phpwcms-docu.de/link_tags.phtml
omihc
Posts: 4
Joined: Wed 16. Aug 2006, 20:16

Post by omihc »

Thanks, But that shows it for all structures.

I need to to only show for my News structure without the dates.

I was looking at the {NEW:5:ID} and it just renders "{NEW:5:ID}" Where ID is whatever number I put.

omihc
Last edited by omihc on Wed 16. Aug 2006, 21:39, edited 1 time in total.
omihc
Posts: 4
Joined: Wed 16. Aug 2006, 20:16

Post by omihc »

To clarify, When we add multiple articles to a Structure. And then go to the page for that Structure we get a list of the articles.

I want that same list but only in a certain section in my template.

Can someone help?

omihc
Post Reply