Topic: How to point a headline to a full story in another page?

Hi there! Im trying to have just a headline on my index page and when you click on it, it points to the fullstory on another page.
Exemple:
Click on headline on the orange div http://sunbgi.com/ (my index page)
and points to http://www.sunbgi.com/news.php?subaction=s...ate=sunbgi& (the fullstory on my news page).

I tried using:

<?PHP
$PHP_SELF = 'news.php';
$number = "1";
$template = "mainpage_news";
include("/home/sunbgi/public_html/cutenews/show_news.php")
?>

But doesn't seem to work, I think the commands in the template has to be different.
Anyone knows if that is possible?

Thank you!!  https://cutephp.com/forum/style_emoticons/default/smile.gif

Re: How to point a headline to a full story in another page?

You must tell what version of cn you use.


Sorry about that, Im using the  CuteNews v1.5.3 version   https://cutephp.com/forum/style_emoticons/default/smile.gif