GetSimple Support Forum
rss.php - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: General Questions and Problems (http://get-simple.info/forums/forumdisplay.php?fid=16)
+--- Thread: rss.php (/showthread.php?tid=2151)



rss.php - mama21mama - 2011-09-06

http://get-simple.info/extend/plugin/rssphp/57/

a manual for those who do not know php?


rss.php - Connie - 2011-09-07

copy the file into the plugins-directory

add this to your template:

Code:
<?php show_rss($url); ?>

is it working?


rss.php - mama21mama - 2011-09-07

no. that will use a subdirectory?

Editing File: http://mamalibre.com.ar/status/theme/Innovation/template.php

Code:
...
...
...
<!-- include the footer template -->
<?php show_rss($url); ?>
<?php include('footer.php'); ?>

not that does not work.