I want to drop a search box onto a page but it isn’t in the widget area so I can’t drop it onto a custom widget. How do I add it to the Widget area?
Hi Rupert!
Please go to Appearance > Widgets and create a new widget area and put search widget into it and then edit your page and add Widget Area element to your page and choose widget area with searchbox :)
Best regards,
Yigit
That’s the issue ‘Search’ isn’t there http://vivosight.com/wp-content/uploads/2015/08/Screen-Shot-2015-08-28-at-15.44.12.png. I know the guys I’m working with on this are having problems getting the Search icon to appear across the whole site. Are the two related?
Hi!
Please add following code to functions.php file in Appearance > Editor
add_shortcode('avia_search', 'get_search_form');
and then use following shortcode
[avia_search]
Regards,
Yigit
There is no ‘Editor’ under ‘Appearance’