Viewing 1 replies (of 1 total)
  • Hello There!

    We really appreciate you writing in.

    Apologies for the ate response.

    We would like to inform you that you will need to do a bit of code modification for this.

    Please go to ..\wp-content\plugins\accesspress-anonymous-post\inc\boards open the general-settings.php file.

    On line 16 you will find:

    <option value="draft" <?php if($ap_settings['publish_status']=='draft'){?>selected="selected"<?php }?>><?php _e('Draft','accesspress-anonymous-post');?></option>

    Below this add this line:

    
    <option value="private" <?php if($ap_settings['publish_status']=='private'){?>selected="selected"<?php }?>><?php _e('Private','accesspress-anonymous-post');?></option>

    and save.

    Here is an image reference: http://prnt.sc/chvdz3

    Then go to your Dashboard-> Accesspress Anonymous Post-> General Settings-> Post Publish Status:, and you will find the Private option as well.

    Please be caution while making code modification and make sure you keep backup of the original file.

    Hope this information was useful.

    Thank you!

Viewing 1 replies (of 1 total)

The topic ‘Default Posts as Private’ is closed to new replies.