2 Comments
  1. Not sure about the page you shared. Anyway, there are more than one method to remove page titles. As you said, you wish to remove titles from all pages (not posts), then you can do this using PHP.

    Add the following code in your **child theme’s** `functions.php` file

    function remove_all_page_titles( $title, $id ) {
    if( is_page()){

    return false;
    }
    return $title;
    }

  2. What page builder you using? Elementor might have separate setting. Also you can find relevant setting in appearance> customize

 

This site will teach you how to build a WordPress website for beginners. We will cover everything from installing WordPress to adding pages, posts, and images to your site. You will learn how to customize your site with themes and plugins, as well as how to market your site online.

Buy WordPress Transfer