Labels Milestones
BackChange free software--to make sure that they, too, receive or can get the blog $entries = $xpath->query("//div[@class='entry']"); foreach ($entries as $entry) { $article['content'] .= "$orig_content"; // Awkward Zombie $entries = $xpath->query("//span[@class='rss-content']"); foreach ($entries as $entry){ $article['content'] .= "
" . $entry->textContent . "
"; } } // replace the