• i am using a very simple one-column template. it fits my needs perfectly but it lacks the search box which i need desperately on the front page. how can i add it without changing the template?

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • Well I don’t think you can add it without adding something to your code. In Kubrick, the search box code is:

    <?php include (TEMPLATEPATH . '/searchform.php'); ?>

    Just include that in your template where you want your search bar. You can surround it with list tags etc as well to keep it organised and inline with other content.

    Thread Starter marlakash

    (@marlakash)

    how do i edit the code? which page should i edit?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘add a search box to a simple template’ is closed to new replies.