Hello Aaron13100,
This plugin seem not for global setting.
It will add a hide title option box in each post/page.
to Authors:
May I suggest line 84~85 in dojo-digital-hide-title.php
$posttypes = array( 'post' , 'page');
change to
get_post_types( '' , $getAllPostTypes );
$posttypes = array( $getAllPostTypes );
so, that will be apply to other post types which add from other plugins.
-
This reply was modified 8 years, 6 months ago by tomboliu.
-
This reply was modified 8 years, 6 months ago by tomboliu.
-
This reply was modified 8 years, 6 months ago by tomboliu.
-
This reply was modified 8 years, 6 months ago by tomboliu.