• This plugin has a spurious interaction with the “Simple Yearly Archives” plugin. It may also extend to any page where a shortcode is used.

    I’ve found that on pages where I have the shortcode for the “Simple Yearly Archives” plugin, Title Remover produces the following error (four iterations of it) at the top of the page, even though the page is not where Title Remover is hiding the title.

    Missing argument 2 for wptr_supress_title() in D:\Hosting\******\html\wp-content\plugins\title-remover\title-remover.php on line 16

    I don’t have other instances of shortcodes on the site where I encountered this so I don’t know exactly how far this goes.

    At the end of the day, excepting the above uglyness, Title Remover does perform as described, it’s just that it doesn’t seem to play well with others.

    • This topic was modified 6 years, 10 months ago by fldan.
Viewing 2 replies - 1 through 2 (of 2 total)
  • I just stumbled on this problem as well. The problem has a simple fix. In the plugin files, 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.

    Plugin Author WPGurus

    (@wpgurus)

    I’ve finally fixed this issue. Sorry about the delay ??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Errors on pages’ is closed to new replies.