We are getting the following error when your plugin Title Remover is enabled:
PHP Deprecated: preg_split(): Passing null to parameter #2 ($subject) of type string is deprecated in /public_html/wp-includes/formatting.php on line 3506
Do you have any fixes for this?
]]>This plugin interferes with Breadcrumb NavXT, causing it to lose the text for the first item in the breadcrumb list. It does not happen in all cases, but when it does occur it is repeatable.
]]>It is not working on our page after the latest wordpress Update, here is a screenshot
]]>This is a code with everything turned on
<!-- wp:latest-posts {"displayPostContent":true,"displayPostContentRadio":"full_post","displayAuthor":true,"displayPostDate":true,"postLayout":"grid","displayFeaturedImage":true} /-->
Or all off
<!-- wp:latest-posts {"displayPostContentRadio":"full_post","postLayout":"grid"} /-->
But there is no way to turn off the title of the post.
]]>Any idea how to remove the title from the shop page? This plugin works for all other titles though.
]]>Hey there,
Like using the plugin, but can you please update plugin. Thanks so much!
what are the benefits of a paid subscription? and will it be wider?
]]>Hi I have been using your plugin with success recently.
Sadly, it doesn’t seem to work after a recent update of the page I’ve designated as my main posts page.. not sure if it is related to that fact, or something else.
Can you help?
https://explorabilia.co.uk/abandoned-sector/
best regards
EP
]]>Hi there, could you tell me if your plugin removes the just text of the page title (leaving a vertical gap where the letters should be)
or does it remove the title (so that the page content moves up to the top where the page title used to be).?
If it leaves a big gap, how do I get rid of it please?
]]>Hey,
just found that when using single post navigation on singular items, the title is removed there as well which is sure not intended.
I’d recommend to fix it like this in your the_title
hook:
// only remove title for the target post
// fixes issues w/ the_post_navigation()
if( $post_id !== get_the_ID() ) {
return $title;
}
]]>
Hey,
you might consider supporting single_post_title() as well, though the surrounding heading-tags if used like <h1><?php echo single_post_title() ?></h1>
in corresponding templates would still remain in the document…
add_filter( 'single_post_title', function ( $title, $post ) {
if ( ! $post AND ! $post->ID ) {
return $title;
}
$hide_title = get_post_meta( $post->ID, 'wptr_hide_title', true );
if ( ! is_admin() && is_singular() && intval( $hide_title ) && in_the_loop() ) {
return '';
}
return $title;
}, 10, 2 );
]]>
Hi,
I see that plugin is removing not only the Post and Page titles, but also, the recent post widget titles.
More specifically, it removes the titles from the widget, when the widget is on page.php, but when on single.php, it does not remove them.
How can I stop the plugin to remove the titles on Recent Posts widgets on all pages and posts? I used 2-3 Recent Post plugins, and all have the same behavior as above, so it is the plugin issue.
Thank you.
]]>My blog hasn’t been launched yet, so I can’t share the page, but the plugin is not working. The title is not showing, but instead it’s written Page id: 1048
What should I do? I just don’t want anything showing…
Thanks
Lilian
Is there going to be an update of this plugin. It died after update to WordPress 5.0.3.
Thank you,
Muire
]]>I have a custom post type for events (created with Pods plugin) that was working fine but recently events pages stopped loading (php timeout).
Deactivating either Title Remover or Codeat Glossary plugin restores page loading to normal. I have other custom post types with no hanging problems.
I’m not sure which plugin doesn’t play nice with the others. Not even sure why my other custom post types work fine.
]]>Hello
Is it possibly that you can make the plugin translate-ready?
Thank you.
Wordpress all up to date using the Sahifa theme. When I remove titles, the plugin is also stripping the title name out of the breadcrumbs. This I do not want. Advice?
]]>Hi my question is does the plugin remove titles or just hide from the human so that it will be still visible to google bots? Thanks for the help. I really appreciate.
]]>Other plugins often will use the same filter “the_title” in a more generic way, without defining the post id. Your main function is requiring the $post_id which will end up throwing warnings.
The simple fix is to define your $post_id as empty so that it can be passed to your function without throwing errors. So, go to the “title-remover.php” file, on line 16, the main function, update that line to this:
function wptr_supress_title($title, $post_id = '') {
Then all will be fine.
]]>Hi,
First, thanks for a very useful utility. I wondered if there was a way – or maybe you could consider introducing one – of ‘bulk-hiding’ page titles? I.e. If, in the Admin UI, you click through to Pages > All Pages, there are a number of options that can be performed simultaneously on multiple pages (e.g. Move To Bin). It would be useful – or at least, I would find it useful – if ‘Hide Title’ could be incorporated in these choices. Or maybe there is another, better way of doing this (without actually fiddling abut in one’s theme files)? Many thanks.
I installed this plugin and it immediately caused the following fatal error at the front end:
Fatal error: Uncaught ArgumentCountError: Too few arguments to function wptr_supress_title(), 1 passed in /wp-includes/class-wp-hook.php on line 286 and exactly 2 expected in /wp-content/plugins/title-remover/title-remover.php:16 Stack trace: #0 /wp-includes/class-wp-hook.php(286): wptr_supress_title(‘Forums’) #1 /wp-includes/plugin.php(203): WP_Hook->apply_filters(‘Forums’, Array) #2 /wp-content/plugins/bbpress/includes/core/theme-compat.php(519): apply_filters(‘the_title’, ‘Forums’) #3 /wp-includes/class-wp-hook.php(286): bbp_template_include_theme_compat(‘/homepages/14/d…’) #4 /wp-includes/plugin.p in /wp-content/plugins/title-remover/title-remover.php on line 16
]]>Can you please update your plugin.
Thanks
Hi, the plugin is not working with the 4.4 wordpress, please update it
]]>Warning: Missing argument 2 for wptr_supress_title() in /homepages/7/d578157629/htdocs/app578313202/wp-content/plugins/title-remover/title-remover.php on line 16
]]>Hello,
I’m experimenting with the html5blank theme and the plugin appears not to work with that particular theme. Anyone got around this issue?
Thanks
]]>Hi everyone,
I’ve recently started using WP, so I do not yet know all the specifcs of WP coding yet. But I am using the Spacious theme and started using this Title Remover today. It didn’t work for me either and I think I’ve found the reason.
In the plugin code there is a call for in_the_loop(), but that doesn’t seem to produce any output when I used a debugging script.
The line of code with that call is :
if (!is_admin() && is_singular() && intval($hide_title) && in_the_loop())
Maybe the author can have closer look?
Rudi
]]>Hello-
I installed the plugin and I was able to hide a title on the home page (static page) by clicking the checkbox to hide title. I later on tried to do the same for other pages and the title bar is still there. Dont know why I cant hide other page titles. Of note, the Home page still has a hidden title.
For what it is worth, I am using the Spacious Free theme and here is my website.
And also, not sure if this has anything to do with it but I had installed another plugin to allow me to add buttons (plugin is called Shortcodes Ultimate) after successfully hiding the title on the home page but before trying to hide titles on other pages. Is it possible that this plugin won’t allow the Title Remover plugin to function. I did deactivate the Shortcodes Ultimate plugin just to see if I could hide titles again but I still was unable to hide titles on pages.
Please provide a solution, and importantly I am new to wordpress so I won’t be able to understand a response about code unless you get very specific and detailed with a response. Thanks.
]]>it works with newer versions insomuch as the title is not displayed, however the necessary html is not removed – it leaves behind:
<header class="entry-header">
<h1 class="entry-title"></h1>
</header>
which is not SEO friendly
]]>Title Remover is causing Basic Google Maps Placemarks plugin to throw a error message “Basic Google Maps Placemarks error: bgmpData undefined”
I deactivated each plugin until I found that Title Remover was the culprit. Help would be appreciated to get the two to coexist.
]]>