Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi renathy,

    Did you ever get an answer to this? I’d love to resolve the same issue. Thanks!

    Thread Starter renathy

    (@renathy)

    No. Title doesn’t appear.

    here is the fix. I’m positive it could be better, but it works

    //wp-content/plugins/recent-searches-widget/recent-searches-widget.php
    find line 104 and oyu should see

    extract( $args );

    paste this code after it

    // Caiapfas quick and dirty patch 3/13/2013
    			$options = get_option( 'recent_searches_widget' );
    			if ( !is_array( $options ) ) {
    				$options = $this->get_default_options();
    			}
    			$title = $options['title'];
    			$max = $options['max'];
    			// end code

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Title doesn't appear’ is closed to new replies.