You can show the news, archives on your page by using some of the following php codes in your page. The page where you include news, should be with extension *.php.
If you want these codes to be auto-generated for you, login into CuteNews and go to Options > Integration Wizards.
When showing news, archives you can use $number = x; to limit the to x the number of maximum showed news on one page. If you use $number, "next >>" link to remaining news will be displayed.
if you want to show news, archives from certain category you can use $category = "ID"; where ID is the id of the category, you can choose and more that one category like this: $category = "id1,id2,id3";
When you want to display news and headlines on one page for example, and want when a headline is clicked, the article to be displayed on the place of the news you must use $static = true; before including headlines.