Menu Close
How Can We Help?
You are here:
Print

Press This as a different author

Open /wp-content/plugins/press-this/class-wp-press-this-plugin.php .
Go to line 147 and add “$post_data[‘post_author’] = 1;” code before.
Replace the number 1 with the author ID number you want to use as new Press This default author.

147
148
$post_data['post_author'] = 2;
$post_data['post_content'] = $this->side_load_images( $post_id, $post_data['post_content'] );

You can find your WP Author IDs by creating a New Post and inspecting the HTML element in Settings > Document > Author combobox.

Comments are welcome.