lol there is no point using this plugin if i have to do 100 steps to make it work
i can do as well setup my cse and simply replace search.php with google code
why anyone needs this plugin … more dev is needed here to make it close to be useful
]]>So I got this plugin working. But now there’s no search button to be found.
When can the search button be added, if at all???
]]>I have now try to use this to get my search form to work on my site, i go in to my searchform.php in my theme which is Gauge from Ghoostpool.
Remove the code as stated.
<form method="get" class="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<input type="text" name="s" class="gp-search-bar" placeholder="<?php esc_attr_e( 'search the site', 'ghostpool_lang' ); ?>" /> <button type="submit" class="gp-search-submit"></button>
</form>
Then i input your command insted.
do_shortcode("[PW_ADD_GSEARCH]");
The Searchbar disapear from my theme,
And now it is actually just say the do_shortcode
]]>