Topic: Headlines not displaying under News article

Hi guys

I'm more than likely being a huge noob but I need some relatively simple help.

I'm using cutenews on my sports site, and for each sport's page I want the latest piece of news to be displayed, the underneath that I want the other most recent news for that sport/category displayed as linked headlines.

This is what I've been using:

<?php
  $static = true;
  $category = "2";
  $template = "Sportip";
  $number = "1";
  include("newz/show_news.php");
  ?>
  
<h1>More headlines</h1>
<?php
  $category = "2";
  $template = "Sportip-headlines";
  include("newz/show_news.php");


?>

its probably worth mentioning that index.php?page=rugby should include my rugby.php file which will contain the above code. but its not working - http://sportip.club/index.php