Hi Guys
Is it possible to change the default search files that are selected when one does a search? I would like 'caption' unticked by default.
I have done some searches on the forum but my search terms 'default search file change' and 'search files' did not give me the info I needed
Thanks
Open search.php, find
<input type="checkbox" name="caption" id="caption" class="checkbox" checked="checked" />
and replace with
<input type="checkbox" name="caption" id="caption" class="checkbox" />
Good skills Andre'
Spot on advice.
Many thanks. :)