How do I create a list of recent articles?

1.

Go to the Presentation tab, then go to the Forms tab.

2.

Select the form of type article that displays the article in the manner you wish to display it in the “recent articles list”. In this case, we will use the default lofi form.

3.

Go to the Pages tab.

4.

Select the page you would like the “recent articles” list to appear on.

5.

Put the following code in the page where you wish the list to appear.

<txp:article_custom form="lofi" limit="5" offset="2" pgonly="0" />

The form attribute tells the custom article list to use the lofi form to display the article. The limit attribute tells the custom article list to display only 5 articles. And the “offset” attribute tells the custom article list to not show the two most recent articles.