<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Biotechnology google &#187; Wordpress</title>
	<atom:link href="http://biotechgo.net/category/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://biotechgo.net</link>
	<description>in plant biology engineering, agriculture, food science, genetics, medicine information</description>
	<lastBuildDate>Sat, 17 Jul 2010 16:59:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Google Custom Search Engine into wordpress</title>
		<link>http://biotechgo.net/google-custom-search-engine-into-wordpress/</link>
		<comments>http://biotechgo.net/google-custom-search-engine-into-wordpress/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 08:35:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[CSE]]></category>
		<category><![CDATA[google]]></category>

		<guid isPermaLink="false">http://biotechgo.net/?p=108</guid>
		<description><![CDATA[I have just started the Google Custom Search Engine. Mainly based on two reason: With the increase of posts, add internal links often have to search for keywords, which will increase the database query of your website. If you are using Google Custom Search Engine, the search results provided by Google, do not searched the [...]



<div class="reship">

<strong>相关阅读:</strong>
<ul>
<li><a href="http://biotechgo.net/google-considering-withdraw-from-china/" rel="bookmark">Google considering withdraw from China</a><!-- (8.99288)--></li>
<li><a href="http://biotechgo.net/google-removed-pagerank/" rel="bookmark">Google removed pagerank</a><!-- (7.69367)--></li>
<li><a href="http://biotechgo.net/google-investment-biotechnology-company-adimab/" rel="bookmark">Google investment biotechnology company adimab</a><!-- (6.7286)--></li>
</ul>
</div>
]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">I have just started the Google Custom Search Engine. Mainly based on two reason: With the increase of posts, add internal links often have to search for keywords, which will increase the database query of your website. If you are using Google Custom Search Engine, the search results provided by Google, do not searched the database; Another reason is that Google Custom Search Engine can provide more comprehensive search. As a word, With Google Custom Search, you can harness the power of Google to create a customized search experience for your own website. <span id="more-108"></span></p>
<p style="text-align: justify;">The following details on how to integrate Google Custom Search Engine into WordPress.</p>
<p style="text-align: justify;">1, first of all, you must have a Google account. Created, then in the &#8220;My Account&#8221; to access the Custom Search. point &#8220;to create a custom search engine&#8221;, enter the relevant information, you can start using it.</p>
<p style="text-align: justify;">2, open the created search engine &#8211; <span style="color: #ff00ff;">Control panel &#8211; Basics.</span><br />
Add some Search engine keywords;</p>
<p style="text-align: justify;">Set<span style="color: #ff0000;"> &#8220;Language settings&#8221;</span> and <span style="color: #ff0000;">&#8220;Preferences&#8221;</span>. This part notice two things: &#8220;Search engine encoding&#8221;, select UTF-8;  &#8220;Advertising status&#8221;, if you choose not to show ads on results pages, then you will not be able to make money using Google&#8217;s AdSense for Search program.</p>
<p style="text-align: justify;">3, the most critical step: to obtain the code. Control panel &#8211; Get code <span style="color: #ff0000;">&#8220;Search results hosting options&#8221; </span>choose<span style="color: #ff0000;"> &#8220;Host results on my website using an iframe<br />
This requires two pages: one for the search box and another for the results&#8221;.</span></p>
<p style="text-align: justify;"><span style="color: #ff0000;">&#8220;Specify search results details&#8221;:</span> To create a search input page address. Such as mine: http://biotechgo.net/search.</p>
<p style="text-align: justify;"><span style="color: #ff0000;">&#8220;Specify where you want the advertising to be placed&#8221;:</span> It is recommended to choose the top and bottom, whether the site could affect the appearance. That is experience.</p>
<p style="text-align: justify;">4,Using the <span style="color: #ff0000;">&#8220;Search box code&#8221;</span> to replace the entire contents of the wordpress theme document <span style="color: #ff00ff;">searchform.php</span></p>
<p style="text-align: justify;">5,Created WordPress new search page, it is necessary the same name with &#8220;Specify search results details&#8221;, as I was: http://biotechgo.net/search.</p>
<p style="text-align: justify;">Control panel &#8211; Get code: paste<span style="color: #ff0000;"> &#8220;Search results code&#8221; </span>into WordPress the new search page in Html.</p>
<p style="text-align: justify;">The page used to output the results of Google Custom Search, so do not set the page display. Use of wp_list_pages () function and exclude parameters to weed out the page.</p>
<blockquote style="text-align: justify;"><p>Such as &lt;? Php wp_list_pages ( &#8216;title_li = &amp; depth = 1&#8242;);?&gt; Replaced by &lt;? Php wp_list_pages ( &#8216;title_li = &amp; depth = 1 &amp; exclude = 997&#8242;);?&gt; Which 997 is the page&#8217;s ID you want to hide.</p></blockquote>
<p style="text-align: justify;">6, You also need to adjust the code above. Mainly modify  <span style="color: #ff0000;">googleSearchFrameWidth = 600</span>, modified 600 to fit width.</p>
<p style="text-align: justify;">7, other, such as the style of the search results page in order to customize to match your site, etc.</p>




<div class="reship">
<p><strong>相关阅读:</strong>
<ul>
<li><a href="http://biotechgo.net/google-considering-withdraw-from-china/" rel="bookmark">Google considering withdraw from China</a><!-- (8.99288)--></li>
<li><a href="http://biotechgo.net/google-removed-pagerank/" rel="bookmark">Google removed pagerank</a><!-- (7.69367)--></li>
<li><a href="http://biotechgo.net/google-investment-biotechnology-company-adimab/" rel="bookmark">Google investment biotechnology company adimab</a><!-- (6.7286)--></li>
</ul>
</div>
]]></content:encoded>
			<wfw:commentRss>http://biotechgo.net/google-custom-search-engine-into-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
