To display news, we use this code: <?php $nppage = '10'; include 'news/index.php'; ?>
Is there any possibility to ignore the latest news and start displaying from the 2nd or the 3rd news item? I have headlines and then i have "more news headlines" in the homepage and therefore needs this functionality. Anyone achieve it?
The only way this would be possible would be by editing the script directly which would require a bit of effort. Another solution would be to use categories to filter your news articles.
thank you :)
i have used the categories. great script :)