Hello -
I'd like to pass a Category automatically when I use "Press This."
I've created a copy of press-this.php and worked to change this line to include a static category
From:
$quick['post_category'] = $_REQUEST['post_category'];
To:
$quick['post_category'] = 'myStaticCategory';
The post is being created, but the Category is not auto-set.
Is there anything else I need to be aware of as I continue working on this?
Many thanks for your time, and please let me know if I can clarify any of this.