in2profit
Newbie
Karma: 10
Offline
Posts: 7
|
 |
« Reply #2 on: March 24, 2006, 17:26 » |
|
Hi Eddie0816
If your pages are generated and output as php files, you can paste the following tag into your template, and it will (in my experience) display put your CS feed on your pages - either in the plain text or rss format, depending on which feed you choose.
http://www.yourdomain.com/link-to-your-cs-feed-link.php"); ?>
It is important that your pages have the php ending. In theory you can make htm, html or shtml pages parse php statements by changing the .htaccess file, but many hosts does not allow this because of security reasons, so the include work only in php files
I see that there is a tread in the BloggerSolution forum stating that the include version does not work, but in my experience (and I have tried it with Traffic Equalizer and RSSGM) - and it works great. It can be some BloggerSolution - spesific parsing things corrupting the include-string when parsing the template for output to the blog.
|