<?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> &#187; Tips &amp; Tricks</title>
	<atom:link href="http://idahoster.com/category/tips-tricks/feed" rel="self" type="application/rss+xml" />
	<link>http://idahoster.com</link>
	<description>Web Solutions at Home &#38; around the Globe</description>
	<lastBuildDate>Fri, 04 Jun 2010 23:20:31 +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>wordpress tips</title>
		<link>http://idahoster.com/wordpress-tips</link>
		<comments>http://idahoster.com/wordpress-tips#comments</comments>
		<pubDate>Tue, 27 Jan 2009 21:33:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Idahoster tips]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordPress Code]]></category>
		<category><![CDATA[WordPress Hacks]]></category>
		<category><![CDATA[WordPress Tips]]></category>
		<category><![CDATA[WordPress Tricks]]></category>

		<guid isPermaLink="false">http://idahoster.com/?p=32</guid>
		<description><![CDATA[WordPress Tips and Trick
This guest post was written by Hayes Potter, the 13 year old web developer and designer that gives webmasters tips on protecting their website from common hacking techniques. If you have webmaster or WordPress knowledge and are interested in writing a post for Hack WordPress, please contact us.

Adding A Side Blog
1. Pick [...]]]></description>
			<content:encoded><![CDATA[<h3><strong>WordPress Tips and Trick</strong></h3>
<p>This guest post was written by Hayes Potter, the 13 year old web developer and designer that gives webmasters tips on protecting their website from common hacking techniques. If you have webmaster or WordPress knowledge and are interested in writing a post for Hack WordPress, please contact us.<br />
<strong></strong></p>
<p><strong>Adding A Side Blog</strong></p>
<p>1. Pick a desired category and add it in your blog (i.e. category “Side Blog”)<br />
2. Implement the following code into your “Functions.php” in your theme’s directory:</p>
<p>function asidesFilter($query) {<br />
if($query-&gt;is_feed || $query-&gt;is_home || $query-&gt;is_ search) {<br />
$query-&gt;set(’cat’, ‘-115?);<br />
}return $query;}<br />
&gt;add_filter(’pre_get_posts’, ‘asidesFilter’);&gt;<br />
?&gt;<br />
(Notice the number 115 is the category ID number for the chosen category. Yours will be different.)</p>
<p>3. Then add the following into your “sidebar.php” file in your theme’s directory:<br />
&lt;h3&gt;Side Blog<br />
&lt;a title=&#8221;”My&#8221; href=&#8221;”FEED&#8221;&gt;<br />
&lt;img style=&#8221;”position:&#8221; src=&#8221;”RSS&#8221; alt=&#8221;”RSS”&#8221; /&gt;<br />
&lt;/a&gt;&lt;/h3&gt;<br />
&lt;h3&gt;&lt;a title=&#8221;”My&#8221; href=&#8221;”FEED&#8221;&gt;<br />
&lt;img style=&#8221;”position:&#8221; src=&#8221;”RSS&#8221; alt=&#8221;”RSS”&#8221; /&gt;&lt;/a&gt;&lt;a title=&#8221;”My&#8221; href=&#8221;”FEED&#8221;&gt;<br />
&lt;/a&gt;&lt;/h3&gt;<br />
&lt;span class=&#8221;”aside_archive_link”&#8221;&gt;<br />
&lt;a title=&#8221;”More&#8221; href=&#8221;”CATEGORY&#8221;&gt;Archives&lt;/a&gt;<br />
&lt;/span&gt;<br />
<strong>Enhancing Your “Read More” Link</strong></p>
<p>1. Open your “index.php” or file and find this line:</p>
<p>2. replace it with this one:</p>
<p>Enhancing Your “Comments” Link</p>
<p>1. Open your index.php, archive.php, and single.php and find this line:</p>
<p>2. Replace it with this one:<br />
__(’One comment on ‘ . the_title(”,”,false)), __(’% comments on ‘. the_title(”,”,false))); ?&gt;</p>
<p>Random Tip #1</p>
<p>Do NOT use the following search code in the<br />
“search.php” file in your theme’s directory :</p>
<p>Nobody should be allowed to search your entire server right?</p>
<p>Use this instead:<br />
Random Tip #2</p>
<p>Yet another bad code used in title tags or search templates:</p>
<p>as it allows some harmful Sql injections =(.</p>
<p>Use this instead:</p>
<p>Random Tip #3</p>
<p>Block search robots from your archive page by preventing the indexing:</p>
<p>Paste it anywhere in the “Header.php” file of your current theme’s directory in the  tags.</p>
]]></content:encoded>
			<wfw:commentRss>http://idahoster.com/wordpress-tips/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Content Planning Guide</title>
		<link>http://idahoster.com/content-planning-guide</link>
		<comments>http://idahoster.com/content-planning-guide#comments</comments>
		<pubDate>Tue, 27 Jan 2009 20:52:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[forms]]></category>
		<category><![CDATA[Content planning pdf]]></category>

		<guid isPermaLink="false">http://idahoster.com/?p=29</guid>
		<description><![CDATA[The Content Planning Guide contains an organized list of the areas of content featured on most small business websites. Feel free to use the guide to check the content items most important to your business. This content guide is helpful in the initial status of planning a website. Once you’ve decided on the content areas, [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_30" class="wp-caption alignnone" style="width: 228px"><a href="http://idahoster.com/wp-content/uploads/2009/01/ks85172.jpg"><img class="size-full wp-image-30" title="ks85172" src="http://idahoster.com/wp-content/uploads/2009/01/ks85172.jpg" alt="Planning" width="218" height="145" /></a><p class="wp-caption-text">Planning</p></div>
<p>The Content Planning Guide contains an organized list of the areas of content featured on most small business websites. Feel free to use the guide to check the content items most important to your business. This content guide is helpful in the initial status of planning a website. Once you’ve decided on the content areas, you will need to identify and provide the content for those areas.</p>
<p>Download:<code>[download#1]</code></p>
]]></content:encoded>
			<wfw:commentRss>http://idahoster.com/content-planning-guide/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Repeats</title>
		<link>http://idahoster.com/repeats</link>
		<comments>http://idahoster.com/repeats#comments</comments>
		<pubDate>Tue, 27 Jan 2009 20:43:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Quick Tips]]></category>

		<guid isPermaLink="false">http://idahoster.com/?p=27</guid>
		<description><![CDATA[Getting people to visit your website is easy , encouraging them to return. Research indicates that people will feel comfortable purchasing products or services only having visited your company website seven times previously. Therefore it is vital to attract repeat visitors.   
Here are 3 Quick tips that will aid you in attracting repeat [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://idahoster.com/wp-content/uploads/2009/01/welcomeback.jpg"><img class="alignnone size-full wp-image-26" title="Welcome Back! Doormat" src="http://idahoster.com/wp-content/uploads/2009/01/welcomeback.jpg" alt="" width="244" height="158" /></a><span style="font-size: 12pt; font-family: Arial;">Getting people to visit your website is easy , encouraging them to return.<span> </span>Research indicates that people will feel comfortable purchasing products or services only having visited your company website seven times previously.<span> </span>Therefore it is vital to attract repeat visitors.<span> </span></span><span style="font-size: 12pt; font-family: Arial;"> </span><span style="font-size: 12pt; font-family: Arial;"> </span></p>
<p><span style="font-size: 10pt; font-family: Arial;"><span style="font-size: 12pt; font-family: Arial;">Here are 3 Quick tips that will aid you in attracting repeat visitors:</span></span></p>
<p><span style="font-size: 12pt; font-family: Arial;"></span></p>
<ol>
<li>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 12pt; font-family: Arial;"><span style="font-size: 12pt; font-family: Arial;">Reward your visitors by offering valuable information regularly such as industry related articles, tips etc.</span> </span></p>
</li>
<li>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 12pt; font-family: Arial;">Create a resource page containing links that appeal to your target market; once your visitors know that this resource is available they can return to the site to access the links easily.<span> </span>Be sure to ask them to bookmark the page.</span></p>
</li>
<li>
<p class="MsoNormal" style="margin: 0in 0in 0pt;"><span style="font-size: 12pt; font-family: Arial;">Encourage visitor participation through the use of blogs, polls and forums. </span></p>
</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://idahoster.com/repeats/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
