• Resolved Ocio132

    (@ocio132)


    I do not know why when I activate this function I see the title here inside is there any function to deactivate only the title ????
    https://ibb.co/D7SsqbQ

    add_filter( 'the_content', function( $content ) {
      if( function_exists( 'rank_math_get_breadcrumbs' ) ) {
        $content = rank_math_get_breadcrumbs() . $content;
      }
      return $content;
    });

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘disable title’ is closed to new replies.