Update content of multiple pages/posts at once?
There are a few ways I might approach this. The least intrusive would be to add a few empty spans or divs on your page and use the jQuery get method to fill these with text from the appropriate file. Another possibility, but less secure would be to use a plugin that allows you to … Read more