Topic: php include archive issue
Hi there, I am brand new to CuteNews but already very impressed. I have been attempting to display archived news on my left hand side menu but so far I have been unsuccessful.
I have used this code but it will still not display on my site, the path is correct as it is the same one I have used to display the news itself.
<?php
include("/home/evansorr/public_html/blog/show_archives.php");
?>
any help would be appreciated.