Hi,
In general you can use 2 approaches:
– Bad fix: in your “nameoftheme/style.css” find what is the CSS class for titles and put something like “h2 {display: none;}” – you can find it with inspector in Safari/Chrome/Firefox.
– Best fix: make a page or blog article template, that is not calling the title (though I don’t know why you would like that). You need to find one part of the Wp_loop calling the title and remove it from this php file (for example, nameoftheme/my-page-template.php).
Hi,
check this plugin it would be of help
https://ww.wp.xz.cn/plugins/hide-title/
Hello everyone!
@razvancs Sorry for the very late response!
Just remove this code from /template-parts/content-page.php:
<header class="entry-header">
<?php the_title( '<h1 class="entry-title">', '</h1>' ); ?>
</header><!-- .entry-header -->
That’s all!
If you need more assistance, check our Support Forum
Kind Regards!
Asmi Khalil.