I’m confused. Why is /blog on a separate install?
http://www.purplecircle.co.uk is the main site, not a blog, it just happens to be built on wordpress. /blog is a seperate blog with posts formatted differently and different content. Sorry if this wasn’t obvious, wordpress was chosen for the main site for usability/upgradability over clunky CMS systems.
So the problem is bringing in posts from /blog (seperate WP install) to the main .co.uk site.
In that case, using the RSS widget may be your only option.
I’m doomed, arent I… 🙂
I do appreciate the help though. If anyone else has any ideas please shout!
Well, I’ve traced the issue back to the RSS feed itself. Which means that the problem is on the Blog site – not the main site. Have you tried doing the whole deactivate plugins/ reset the plugins folder thing on the Blog site?
Turns out it was an issue with the way the blog had been setup to feed data to an iphone app, to summarise:
If a truncated description (WordPress calls this an Excerpt) is not present with a blog post, WordPress supports the synthesis of <description> fields from <content> fields. This is achieved by selecting the “For each article in a feed, show Summary” option within the “Settings>Reading” control panel page. WordPress will then strip all non plain text items (HTML tags / Javascript Code) out the blog post content, truncated it to a few hundred characters and include it as the description. Looks like some javascript is appearing in the <description> field.
So simply by adding a manual excerpt into the blog post the garbled code dissapeared.
Thanks again for the help. I’m starting a new topic now on the thumbnail issue.