Hi
The evaluation “if ( isset( $this->options[‘excerpt’] ) ) {” and the others for title and content does not seem to work. If I uncheck all, then it seems as most part of “crunch_properties” does not run. But is any of these are set (I tried with the title), then all will run and replace.
I tried to solve it in an elegant way, but I was unable to do that, solution was to comment out the line:
$post->post_content = $this->get_source_value( $this->options[‘content’], $attachment_ids );
If I do find the energy to make it more pro, then I will post it here.
So now I have updating fields and also my main image remaining in the content area.
regards, András
ps1, This is a great plugin bytheway:)
p2, my content property is by default blank of course, so I think it should not edit (replace) it in that case.