Viewing 1 replies (of 1 total)
  • 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 9 years, 8 months ago by tomboliu.
    • This reply was modified 9 years, 8 months ago by tomboliu.
    • This reply was modified 9 years, 8 months ago by tomboliu.
    • This reply was modified 9 years, 8 months ago by tomboliu.
Viewing 1 replies (of 1 total)

The topic ‘Issue on Posts page’ is closed to new replies.