• How would one remove the “Status Update” option from the P2 theme? Only want users to be able to do the other three …

Viewing 1 replies (of 1 total)
  • Ryan Gatto

    (@catonthecouchproductions)

    Jbickers – If you go to line 34 of post-form.php you should see

    <li><a> class="selected"<?php endif; ?> href="<?php echo site_url( '?p=status' ); ?>" title="<?php _e( 'Status Update', 'p2' ); ?>"><?php _e( 'Status Update', 'p2' ); ?></a></li>

    Just remove that and you’re good to go.

Viewing 1 replies (of 1 total)
  • The topic ‘Remove "Status Update" option?’ is closed to new replies.