Topic: How do I read my news?

I installed the script in a the folder: /content and in the root I have my website in php. I integrated the script in the homepage and the news shows up but then when I click on it I get nothing. Just this link: /index.php?id=2 but still, I remain in the homepage. I think I must create a new php file for reading the news? How does it works? Can someone help me?

Re: How do I read my news?

If everything was correctly integrated then index.php?id=2 should open normally. For its correct work, it is enough to create the file index.php with the contents:
 

<?php include 'content/show_news.php'; ?>

For the news to be presented as a listing and would show on a click.

Best regards,
CN Support team

Re: How do I read my news?

i have the same problem
i have an index page