hi,
can i put search products instead of search in the dynamic template when i choose heading+ social and search bar
serach product instead of search in heading+search dynamic template
3 posts from 2 voices-
Posted 10 months ago #
-
Open up searchform.php and replace:
<form action="<?php echo home_url( '/' ); ?>" id="searchform" method="get">with:
<form action="<?php echo home_url( '/' ); ?>" id="searchform" method="get" role="search">and:
<input type="text" id="s" name="s" value="<?php _e('search site','avia_framework')?>"/>with:
<input type="text" id="s" name="s" value="<?php _e('search site','avia_framework')?>"/> <input type="hidden" value="product" name="post_type">Posted 10 months ago # -
thanks
Posted 10 months ago #
Topic Closed
This topic has been closed to new replies.














