![]() |
|
Home | Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]() Store ID:15447
Do you see any way i can add the datafeedr search to work with this code so searches datafeedr store? Thanks and sorry if i am asking too much. function custom_searchform(){ $placeholder = __( 'Search' , 'ubermenu' ); $form = '<form class="ubersearch-v2" role="search" method="get" id="searchform-custom" action="' . esc_url( home_url( '/' ) ) . '" > <div class="ubersearch"><label class="screen-reader-text" for="s">' . __( 'Search for:' , 'ubermenu' ) . '</label> <input type="text" value="' . get_search_query() . '" name="s" id="s" placeholder="'. $placeholder .'" /> <input type="submit" id="searchsubmit" value="'. __( 'Go' , 'ubermenu' ) .'" /> </div> </form>'; return $form; } add_shortcode('custom-search', 'custom_searchform'); |
#2
|
||||
|
||||
![]() Hi,
Unfortunately that's not possible. It's not really related to that code. Eric
__________________
![]() ![]() ![]() ![]() |
#3
|
|||
|
|||
![]() Thanks anyway worth a try
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Use simple search widget in wordpress header | nokii | Questions | 5 | June 9th, 2013 11:02 AM |
Simple Question! | Paul Duxbury | Problems | 2 | August 13th, 2012 02:00 PM |
Possible XSS flaw in simple search widget/results | rossboardman | Questions | 1 | April 8th, 2012 08:11 AM |
Simple Search all stock? | youngy | Questions | 1 | September 22nd, 2011 01:45 PM |