How to make wordpess search permalink different with others

Default wordpress  search permalink is www.domain.com/search/search+this

For make different with other or modify the default, you can use this way.

We can change search permalink like this : www.domain.com/topics/search+this

For make this, we must edit file rewrite.php. We can find this file at folder : wp-includes

Edit file : rewrite.php

Find this word inside the file :

var $search_base = 'search';

And change it become

var $search_base = 'topics';

Incoming search terms for the article:

$search_base = search;, change rewrite php search permalink, change search permalink, var $search_base = search; wordpress, var $search_base = ‘search’;, wordpress $search_baser, wordpress search_base

Respond to this post