• Hello.

    Thanks for making this plugin. It seems to not work when the page being displayed is the “Posts page.” i.e. in the wordpress admin go to “Settings” -> “Reading” and set the “Posts page:” to something. It seems to work fine on other pages.

    thanks

    -Aaron

    https://wordpress.org/plugins/hide-title/

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 7 years, 7 months ago by tomboliu.
    • This reply was modified 7 years, 7 months ago by tomboliu.
    • This reply was modified 7 years, 7 months ago by tomboliu.
    • This reply was modified 7 years, 7 months ago by tomboliu.
Viewing 1 replies (of 1 total)
  • The topic ‘Issue on Posts page’ is closed to new replies.