Topic: News won't display on site

Hi. I am using CuteNews 2.0 and everything appears fine. I write a test article or two and check the included example page and the posts are there, but when I try to include them on any other page they won't appear, just the "powered by cutenews" link. I first attempted to install cutenews into sub directory /cutenews and have also tried the root folder (public_html) with similar results. The only difference being articles would display on the example page when cutenews was installed in the sub-folder, but no joy anywhere when installed into root web directory.
What am I doing wrong? Any help would be greatly appreciated. Thanks in advance.

site: metamoraherald.com  example of problem: http://metamoraherald.com/index2.php

Re: News won't display on site

Hi. I am using CuteNews 2.0 and everything appears fine. I write a test article or two and check the included example page and the posts are there, but when I try to include them on any other page they won't appear, just the "powered by cutenews" link. I first attempted to install cutenews into sub directory /cutenews and have also tried the root folder (public_html) with similar results. The only difference being articles would display on the example page when cutenews was installed in the sub-folder, but no joy anywhere when installed into root web directory.
What am I doing wrong? Any help would be greatly appreciated. Thanks in advance.

site: metamoraherald.com  example of problem: http://metamoraherald.com/index2.php

Delete the $template line before the include line in the integration code solved my problem. (And also changed the path like this: include("../cutenews/show_news.php"); ) https://cutephp.com/forum/style_emoticons/default/smile.gif

Re: News won't display on site

Delete the $template line before the include line in the integration code solved my problem. (And also changed the path like this: include("../cutenews/show_news.php"); ) https://cutephp.com/forum/style_emoticons/default/smile.gif

Thanks nikkii, worked great.