changing the search field to the_widget('WP_Widget_Search');
instead of a straight include Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
parent
02e0a9f66f
commit
40da7b3935
2
404.php
2
404.php
|
@ -6,7 +6,7 @@
|
|||
<div class="post-page">
|
||||
<h2 class="pagetitle"><?php _e('Page Not Found','comicpress'); ?></h2>
|
||||
<p><a href="<?php bloginfo('wpurl') ?>"><?php _e('Click here to return to the home page','comicpress'); ?></a> <?php _e('or try a search:','comicpress'); ?></p>
|
||||
<p><?php include (get_template_directory() . '/searchform.php') ?></p>
|
||||
<p><?php the_widget('WP_Widget_Search'); ?></p>
|
||||
</div>
|
||||
<div class="post-page-foot"></div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue