Loading...
 
Features / Usability

Features / Usability


Re: display SPECIFIC articles via articles-plugIn?

posts: 3665 United States

Try these:

  • If you want to include a single article, use:
    {ARTICLE(Id=>XX)}{ARTICLE}
    Where XX = the ID of the article to include.

  • If you want to include all articles fo a specific topic, use:
    % {ARTICLES(topic=>topicName)}{ARTICLES}
    Where topicName = the topic of the articles to be shown.

  • If you want to present a sortable list of all articles, use:
    tiki-list_articles.php
    You can sort the list by a selected column heading (or by appending &sortmode=XXXXX to the URL. For example, to sort by Publication Date (newest first), your URL would be: tiki-list_articles.php?sort_mode=publishDate_desc


HTH,

-Rick



> currently i am displaying articles (i.e. article headers) IN a wiki page with the ARTICLES-plugin.
> http://tikiwiki.org/tiki-index.php?page=PluginArticles
>
> 1. INCLUDE ONLY SPECIFIC ARTICLES
> is there any option to include only ONE (or several) specific article/s?
>
> (unfortunately "Id=>articleId" from [the
> ARTICLE-PlugIn
does not work in the ARTICLES-Plugin)
>
>
> 2. SORTING ARTICLES
>
> can i (at least) sort the output
> a) manually?
> or
> b) in another way then "most recent"/start?

There are no comments at this time.