• Resolved egfrance

    (@egfrance)


    Hi,

    I’ve tried this, on the functions child theme, but it don’t work.
    Please, can you help me?

    // Disable page title on single posts
    function disable_title( $return ) {

    if ( is_home() ) {
    $return = false;
    }

    // Return
    return $return;

    }
    add_filter( ‘ocean_display_page_header’, ‘disable_title’ );

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hi Egfrance,

    Would you mind posting the link to your site in question? So that we can offer you with a possible solution.

    Thank you!

    If I am correct you can disable the title with the OceanExtra plugin. After install, The settings are then below the WordPress editor in the title tab

    Thread Starter egfrance

    (@egfrance)

    I’m using free version of the theme. Where can i download Ocean extra plugin?

    Thank you very much.

    Thread Starter egfrance

    (@egfrance)

    Ok, it works with Ocean Extra.
    I didn’t know this plugin! It’s very useful!

    Thanks a lot for your help!

    Theme Author oceanwp

    (@oceanwp)

    Hello, yes, OCean Extra is a required plugin which add many features like this one ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Disable Home title’ is closed to new replies.