blog won't feed on website
-
Our WordPress blog has been successfully feeding to the main page of our website for YEARS. Suddenly, today, it stopped being able to load the feed. We have changed nothing on the blog, or on the website, or in the coding. How can we fix this today?
Here is the code we’re currently using.
<script type=’text/javascript’>
function LoadDynamicFeedControl() {
var feeds = [
{title: ‘Brew City Brand News’,
url: ‘http://brewcitynews.wordpress.com/feed/’
}];
var options = {
numResults : 3,
stacked : false,
horizontal : false,
title : ”
}new GFdynamicFeedControl(feeds, ‘feed-control’, options);
}
// Load the feeds API and set the onload callback.
google.load(‘feeds’, ‘1’);
google.setOnLoadCallback(LoadDynamicFeedControl);
</script>
<!– ++End Dynamic Feed Control Wizard Generated Code++ –>The blog I need help with is: (visible only to logged in users)
- The topic ‘blog won't feed on website’ is closed to new replies.