• Hello!

    I need to customize the title on search page. Now I have “Search result: uwpsfsearchtrg”.

    I read other topic about this, but that solution doesn’t work.

    This is the line of code in search.php that generates the title

    <h2 class="light-title"><?php echo __('Search result: ','cactusthemes').'<i>'.$_GET['s'].'</i>' ?></h2>

    And this is an example of url generated by your plugin

    http://www.ilovebrindisi.it/links/?unonce=4866dae30a&uformid=382&s=uwpsfsearchtrg&cmf%5B0%5D%5Bmetakey%5D=provincia&cmf%5B0%5D%5Bcompare%5D=1&cmf%5B0%5D%5Bvalue%5D=uwpqsfcmfall&cmf%5B1%5D%5Bmetakey%5D=settore&cmf%5B1%5D%5Bcompare%5D=1&cmf%5B1%5D%5Bvalue%5D=uwpqsfcmfall

    How can I substitute the $_GET[‘s’] with the cmf[0][value] and cmf[1][value].

    Thanks for your support!

    Best

    https://wordpress.org/plugins/ultimate-wp-query-search-filter/

Viewing 1 replies (of 1 total)
  • Plugin Author TC.K

    (@wp_dummy)

    You can extract the value from $_GET['cmf'] . If you don’t what to get, or which index you need, using print_r($_GET['cmf']) to see the structure.

Viewing 1 replies (of 1 total)
  • The topic ‘Customize Search result: uwpsfsearchtrg’ is closed to new replies.