Recent Topics

1 Aug 28, 2006 11:14    

Hi, im currently setting up a website and as a result I want all the posts made to be hidden from public view until the website goes fully live. Is it possible to make the 'protected - members only' option the default when creating a new entry. I have looked though the config, but I can't find any reference to this.

Thanks in advance

2 Aug 28, 2006 12:45

Crack open conf/_admin.php then find and change this piece :-


/**
 * Default status for new posts:
 *
 * Possible values: 'published', 'deprecated', 'protected', 'private', 'draft'
 *
 * @global string $default_post_status
 */
$default_post_status = 'published';

¥


Form is loading...