The Members plugin doesn’t help. I can create a new role that allows editing others posts but not editing only specific users’ posts.
Any other ideas?
<?php
define('WP_USE_THEMES', false);
require('./wp/wp-blog-header.php');
?>
Kafkaesqui got it right… just missing a single quote in the require line.
I’m interested as well… Haven’t found an answer so far.