Being punched in the brain by php strings again! I need to have an image border on either side of the search bar in twentyeleven WordPress (I have added a child theme so don’t worry)
Here is my attempt
<?php echo '<img src="/wp/images/search-side.png" />' . 'get_search_form()' . '<img src="/wp/images/search-side.png" />'; ?>
It is not working
Can anyone point me in the right direction?
You are outputting the form method as text:
+ if the images do not display, check if the path is right.