• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

How to integrate cutenews into a site

Code:
<?php
$number = "5" //Number of Items you want displayed
include ("cutenewspath/show_news.php");
?>
 
Yes, if you put this in your .htaccess file:

Code:
RemoveHandler .html .htm
AddType application/x-httpd-php .php .htm .html
 
Back
Top