can anyone tell me howw can i remove the search box from invoe theme ?
can anyone tell me howw can i remove the search box from invoe theme ?
remove the code from the template, i think the header.
I moved it to the sidebar
could you tell me the exact code what should be removed this is my site link http://www.telecomtalk.info
This I think
<!-- searchbox START -->
<div id="searchbox">
<form action="http://www.google.com/cse" method="get">
<div class="content">
<input type="text" class="textfield" name="q" size="24" />
<input type="hidden" name="cx" value="005514133476136532792:evm7ydjy9m0" />
<input type="hidden" name="ie" value="UTF-8" />
<span class="switcher" >Switcher</span>
</div>
</form>
</div>
<!-- searchbox END --
Yeah thanks
Anyone know where I can find this searchbox code? I'm still a WordPress newb. I've click in all of the template files through the admin panel but I can't find where the code is. If I check the source code of my website through my browser I can see it there, but nowhere else.
Website: http://www.washedupgamer.com
What I'm trying to do is find this code and replace it with Google Adsense for Search code.
Well I found where the code was but I can't get the Google search box to vertically align. :)
Where is the search box code, I can not find this code in any php file ?
Hi all,
This issue is not resolved.
I am waiting for someone help us in finding where is the search code.
I want to replace it with AdSense code.
Please help
@murali.fbf: You may want to start a new thread and include a link to your site.
The php file which contains the searchbox code doesn't appear in the list of php files in WordPress. You can find it using ftp
Inove >> template >> header.php. Just comment out the code with <php /* and close it with */ ?>
Just to add, the header.php file DOES appear in the WordPress admin page, however, for some strange reason, the code for the searchbox doesn't appear in the file. To view the code, just like Sheltron said, you have to view it through your ftp client, make the changes there through a text editor like Notepad, and upload it back to the server.
You can make the header part available to edit if you want, open this in a notepad file from an ftp:
/wp-content/themes/inove/template/header.php
now from your admin panel, go to the viewable "header" file, and look for this in it:
include(templates/comments.php)
where ever that line is located, replace that line with the source from template/header.php
This topic has been closed to new replies.