How to header add search ?
or How to "blog" and "Portfolio" to add search?
As in the "Support Forum" in the same.
thank you very much
xisha
add search
4 posts from 2 voices-
Posted 2 years ago #
-
Hey,
open up header.php and replace following code:
<h2 class="logo <?php echo $logoclass; ?>"><a href="<?php echo get_settings('home'); ?>/"><?php echo $logo; ?></a></h2>with:
<h2 class="logo <?php echo $logoclass; ?>"><a href="<?php echo get_settings('home'); ?>/"><?php echo $logo; ?></a></h2> <?php get_search_form(); ?>Posted 2 years ago # -
ok! Thank you for your quick corresponding
Posted 2 years ago # -
Glad that I could help you :)
Posted 2 years ago #
Reply
You must log in to post.














