just2izy
Member
Posted 1 year ago #
I'm using the plugin to pull posts into the main blog and have to tweak and add some custom fields before publishing to ensure it doesn't break (thumbnails and featured images)
Is there a way to make the posts pulled in by the plugin draft posts instead of published posts as the default?
just2izy
Member
Posted 1 year ago #
I asked over at WPMUtutorials and Ron suggested the following.
For the latest version of Worpdress Mu Sitewide tags (0.4.0.1),
Add on Line 256 or there about: There's an if there so the 1st statement;
$post->post_status = 'draft';