Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • Forum: Themes and Templates
    In reply to: Needs Search
    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 –>

    Forum: Themes and Templates
    In reply to: Needs Search
    Thread Starter mattd241

    (@mattd241)

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

    Dave123,

    Just started building a site and this was one of the first PI’s I installed. I lost my images, as well.

    Don’t know if the plug-in busts anything else I may do down the line, but your fix worked like a champ regarding images on my site. Was just about ready to pull the plug on this when I found your post.

    Thanks!

    I’m glad I read comments before I download plug-ins. I’ll be passing on this one. I hate spam generators.

    I’m just surprised the moderators are taking it upon themselves to close these threads that provide useful information to anyone thinking about using it.

    As said by others in another thread, I hope WP eliminates this one before all plug-ins turn into mailing list rakes.

Viewing 4 replies - 1 through 4 (of 4 total)