MichDe / sweetcron

Automatically exported from code.google.com/p/sweetcron
Other
0 stars 0 forks source link

Changing RSS Feed for Feedburner one #47

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I changed the default RSS feed to use Feedburner. 
This is what I changed to get it running.

Open _header.php in theme. And change the next lines:

<!--<link rel="alternate" type="application/rss+xml" title="RSS Feed" 
href="<?php echo $this->config->item('base_url')?>feed" />-->
<link rel="alternate" type="application/rss+xml" title="RSS Feed" 
href="http://feeds.feedburner.com/sstranger" />

<!--<li id="rsslink"><a href="<?=$this->config->item('base_url')?
>feed">RSS Feed</a></li>-->
<li id="rsslink"><a href="http://feeds.feedburner.com/sstranger">RSS 
Feed</a></li>

Regards,
Stefan

Original issue reported on code.google.com by ste...@stranger.nl on 30 Aug 2008 at 8:40

GoogleCodeExporter commented 9 years ago
this is not an issue, post to the google group please.

Original comment by yongf...@gmail.com on 5 Sep 2008 at 5:18