• Hi, love the plugin. I was just curious how I can change the text on the Search Box submit button from “search aggregator” to just “Search?”

    Thanks in advance for any info!

Viewing 1 replies (of 1 total)
  • There may be an easy way, but the way I did it was to edit the PHP file: pba-defaultparameter.php (FULL PATH TO yoursite.com/wp-content/plugins/parteibuch-aggregator/pba-defaultparameter.php)

    1. Look for the //search box comment line
    2. Four lines down, change

    <input type="submit" id="searchsubmit" value="search aggregator" /></form>

    TO

    <input type="submit" id="searchsubmit" value="Search?" /></form>

    I changed mine to “Search news feed”

    You can see it on this page. https://www.triscifest.org/?page_id=298

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Parteibuch Aggregator] How can I change the text on the search submit button?’ is closed to new replies.