<?php
$cat = "Category name";
include 'news/index.php';
?>
<?php
$author = "Author name";
include 'news/index.php';
?>
<?php
$template = "Template name";
include 'news/index.php';
?>
<?php
$template = "Template name";
$author = "Author name";
$cat = "Category name":
include 'news/index.php';
?>