<?php
$template = "template1";
$cat[] = "cat";
include 'news/index.php';
?>
I hae an additional question related to this post. I managed to integrate the news of different categories in different pages of my website. Im order to make it any clearer you can check http://www.zuiderburen.com/index.php. On the 'HOME' page you see the news items assigned to all categories, except one. The items assigned to that particular category you will see on the page called 'OVER DE CLUB'. Both pages do have their own template. The point is that all search results are linked to the general template, which is used at the 'HOME' page. As you can see on http://www.zuiderburen.com/overdeclub.php there is no date in the news items, but when I search for the word 'missie' on the 'HOME' page the result is linked to the template including date. Is there a way to solve this issue? Thanks a lot for your help.