Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
Pages: 1
Do you know why the search does not work on the blog ?
Philippe
Offline
I think the Backlight search is just for images, there is a search widget in Wordpress to search blog posts.
Charlie
www.stalkinglight.com
Offline
Yep, the search feature in WordPress is for searching your blog posts.
You can add an image search form in a text widget though.
Try something like this:
<h2>Search Galleries</h2>
<div id="search">
<form action="/backlight/search" method="GET">
<input type="text" id="q" name="q" placeholder="Photo Search" value=""/>
<button type="submit" style="margin-top: 6px;"><i class="fa fa-search" ></i> Search</button>
</form>
</div> <!-- #search -->
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Pages: 1