Pull listing onto home page with links to full event
Hi,
I have the calendar running in a folder called events.
I'd like to list current events on my homepage, pulling through just the title and the date, and then have that as a clickable link to the full event information.
I have it pulling through the event listing as detailed above but can't make it a clickable link to the full event information.
Currently have the below noted text on the homepage, where rss.php is my amended template to just pull title and date.
<?php
$LIST=1;
$DF = "D - M d";
$template="rss.php";
require ("events/calendar.php");
?>
Thanks (in advance) for your help.
|