shortcode and search box placement
-
Hi,
First of all – thank you so much for this great plugin!in my page I try to create an FAQ section that will be quite large.
Therefore I wanted to add search form on the page.For some reason the result is that the searbox is always underneath the FAQ section (see here)
This is the code I’m using:
<form id="searchform" role="search" action="<?php echo home_url( '/' ); ?><p>" method="get"> <div><label for="s">Search for:</label> <input id="s" type="text" name="s" value="" /> <input id="searchsubmit" type="submit" value="Search" /></div> </form></br> </br> [faq]
Any idea why it is like that?
Thanks!
Tomasz
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘shortcode and search box placement’ is closed to new replies.