Hello everyone, now I have two category groups on my News system, I was wondering if it was possible to have maybe...
news.php?cat=1 for my "General News" and news.php?cat=2 for my "Events News" as at the moment I have a news.php and events.php page which works just great but when you click the link for the news item on either page, you're directed to news.php?id=$id and that looks weird going from events.php, clicking on an item and going to news.php.... somewhat as if a mistake has been made.
The other way around this problem would be to build an identical template as my current Default and rename is to Events to get the links to "events.php" which is what I may do if this is the easiest way to do it.
But if it's possible to get the &cat= then it would be good to do it that way.
Something else, is there a way to have the php code more than once on the same page? I have Headlines currently on a page and I'd like to add two more news codes to the same page with snippets of the latest articles. Is this possible, I have tried removing the include(''); tag from the last two... doesn't seem to work?