<?php
$nppage = '4'; #this shows 4 news articles
include 'news/index.php';
?>
, but there is no way that i can selected it on date. So that you only show the news from a particular month. bacause that would be great
<?php
$openpage = 'heerde_1.php'; #this is the page that will open if you click the reamore link
include 'news/index.php';
?>
<?php
$cat[] = heerde_1 $openpage = 'heerde_1.php'
?>
<?php
$cat[] = 'heerde_1';
$openpage = 'heerde_1.php';
include 'news/index.php';
?>
.
<?php
$cat[] = 'heerde_1';
$openpage = 'Heerde_1.php';
$cat[] = 'heerde_2';
$openpage = 'Heerde_2.php';
?>
