If the original tutorial created by cutenews is to confusing ours wont be.
To Install Cutenews first go to the cutenews website:
http://cutephp.com/cutenews/downloading.php
Follow after the video to get an understanding. This video does not have sound.
To show Cutenews on your website use one of these codes:
Showing Active News:Showing with Different Template:
<?PHP
$template = "YOUR_TEMPLATE_NAME";
include("path/to/show_news.php");
?>
Showing 5 Latest News:
<?PHP
$number = "5";
include("path/to/show_news.php");
?>
Was our Cutenews tutorial helpful? Then say so comment below!