go41

the info you need to know


von Joern
Keine Kommentare

Hi AndrewYou still need to keep <?php include (TEMPLATEPATH . '/searchform.php'); ?>in your header, which will ensure that it appears on every page.Then just change the css, to alter it's position/colour etc.Depending on the theme your using, if its arthemia, it's called #searchformHope this helps


von Joern
Keine Kommentare

Joern, I found a wp plug in which is great. Now I am using a theme which has the following index.php codeCode:<?php get_header(); ?>   <?php if(!is_paged()) { ?>   <div id="top" class="clearfloat">      <div id="headline">      <img src="<?php echo get_option('home'); ?>/wp-content/themes/arthemia/images/headline.png" width="75px" height="21px" alt="" />      <?php query_posts("showposts=1&category_name=Headline"); ?>      <?php…