This week we have added in a system for creating a virtual news blog on MagentoGo. There is no built-in way to do this, so we have had to create a cunning workaround. This means utilising a bunch of formatting conventions for the page names on MagentoGo that we're using for the news stories (they are all prefixed with "stories/") and then using PHP to read the list and create an xml RSS feed from the published items. Once the RSS feed is in place (which needed to b...read the rest of the story