I am using the Cutline 1.4 theme on a hosted wordpress framework. My feedburner feed is http://feeds.feedburner.com/internetce My blog address is http://blog.internetce.com I would like to use my feedburner feed as my primary feed and am having trouble figuring out how to do so. I have found what I think is the code within my theme files, but am unsure what to change. Any ideas? Many thanks!
In your wp-admin/ dashboard you should have a RSS setting... if not open your header.php (in your WP-theme directory) find this line: <li class="rss"><a href="http://blog.internetce.com/feed/"></a></li> Code (markup): and replace with: <li class="rss"><a href="http://feeds.feedburner.com/internetce"></a></li> Code (markup): Good luck, shoot me a PM if your still having trouble with this
I dont think the url is located in the header file. Just 'blog_url'. I was searching everywhere for it, but I think IM missing something...