Ok. Answering own qustions: In content.func.inc.php I've included:
// Simple Navigation table of current cat
if( ! ( strpos($content["all"],'{NAV_TABLE_CAT:')===false ) ) {
$content["all"] = preg_replace('/\{NAV_TABLE_CAT:(\d+)\}/e','nav_table_simple_struct($content["struct"], $1);', $content ...
Search found 3 matches
- Sun 23. May 2004, 19:59
- Forum: phpwcms Support English
- Topic: List articles of a specific category
- Replies: 4
- Views: 1432
- Sun 23. May 2004, 18:39
- Forum: phpwcms Support English
- Topic: List articles of a specific category
- Replies: 4
- Views: 1432
- Sun 23. May 2004, 17:58
- Forum: phpwcms Support English
- Topic: List articles of a specific category
- Replies: 4
- Views: 1432
List articles of a specific category
Like the title says: Is there a way to list articles of a specific category, but not while editing the article. I know that there's an content type available for this purpose.
But I mean some kind of replacement tag for the template. My aim is to show article lists from 3 different categories on ...
But I mean some kind of replacement tag for the template. My aim is to show article lists from 3 different categories on ...