• I’m a recent convert from Textpattern. I’ve been enjoying the bucket of features that WP has provided over && above txp. One of the things I liked about txp was the amazingly simple search feature. In txp, you insert a tag like:

    <txp:search_input label=”Search” wraptag=”p” />

    in your page and whammo, you’ve got search. Is there an equivalent for WP that I’m missing?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try the following:
    <form id="searchform" method="get" action="<?php bloginfo('url'); ?>/index.php">
    <p><input type="text" name="s" size="18" value="search" /></p>
    </form>

    Thread Starter jcostom

    (@jcostom)

    Phu strikes again!

    Many thanks for this simple solution…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Simple search, similar to textpattern?’ is closed to new replies.