Edit part of a post
The way WordPress is built now doesn’t really allow for that. The post content is all in one block in the database – one, continuous database field. While you might be able to break out sections of it by adding specific markup, you’ll still end up parsing the entire content to extract just that section. … Read more