In this article I am showing how to accomplish this. Flex Pro theme have slider CPT. Step 1: Navigate to Dashboard > Slider > Add New page and change the WP Editor mode from Visual to Text. Now create a slider post and put the following HTML markup in WP Editor.
1 2 3 4 5 6 |
<div class="slider-search-form"> <form role="search" action="/" class="search-form" method="get"> <label class="screen-reader-text">Search site</label> <input type="search" placeholder="Type and press Enter" name="s"> <input type="submit" value="Search"></form> </div> |
So Edit screen… Continue Reading