Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter mattd241

    (@mattd241)

    My bad. This relates to the theme, Tribune. Thought I was posting within it’s comments section.

    Thread Starter mattd241

    (@mattd241)

    Search Resolved

    Maybe not the best solution, but I got something to work.

    In sidebar.php of theme.

    Find: <div id=”sidebar”> (It is Line 1)

    Below add:

    <b>Name-Your-Search</b>
    <!– begin search –>
    <div class=”first box”>

    <form method=”get” action=”<?php bloginfo(‘home’); ?>/”>
    <input type=”text” onfocus=”if (this.value == ‘Search’) {this.value = ”;}” onblur=”if (this.value == ”) {this.value = ‘Search’;}” value=”” name=”s” />
    <button type=”submit”>Name-Your-Button</button>
    </form>

    </div>
    <!– end search –>

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Needs Search’ is closed to new replies.