<?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>WordPress On The Go</title>
	<atom:link href="http://wordpressonthego.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://wordpressonthego.com</link>
	<description>Tel: 888.405.3820   &#124;    Fax   866.235.4619</description>
	<lastBuildDate>Mon, 23 Apr 2012 14:29:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Have Their Twitter Gravatars Display When Posting on your Website</title>
		<link>http://wordpressonthego.com/2011/09/have-their-twitter-gravatars-display-when-posting-on-your-website/</link>
		<comments>http://wordpressonthego.com/2011/09/have-their-twitter-gravatars-display-when-posting-on-your-website/#comments</comments>
		<pubDate>Wed, 28 Sep 2011 12:35:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress Ideas & Tips]]></category>
		<category><![CDATA[use twitter gravatars for users]]></category>
		<category><![CDATA[wordpress twitter gravatars]]></category>

		<guid isPermaLink="false">http://www.wordpressonthego.com/?p=1454</guid>
		<description><![CDATA[Your users can choose to display a gravatar when posting or leaving comments on your site. Wouldn&#8217;t it be cool to have it where their Twitter Gravatars were used instead? There&#8217;s a great plugin that now makes this possible and easy! This plugin will get the user&#8217;s Twitter avatar by matching their twitter email address. [...]]]></description>
			<content:encoded><![CDATA[<p>Your users can choose to display a gravatar when posting or leaving comments on your site. Wouldn&#8217;t it be cool to have it where their Twitter Gravatars were used instead?</p>
<p>There&#8217;s a great plugin that now makes this possible and easy!</p>
<p>This plugin will get the user&#8217;s Twitter avatar by matching their twitter email address. If the user doesn&#8217;t use Twitter, it will first try to load their gravatar. If this fails, they will have the default gravatar used.</p>
<p>You can customize the gravatar by setting a 2 pixel boarder in whatever color you&#8217;d like and setting the default size to either 24px, 48px, or 72px.&nbsp;</p>
<p><a href="http://media.smashingmagazine.com/cdn_smash/images/twitter-avatars-wordpress-comments-plugin/twittar.zip">Download the plugin</a> here and then activate it.&nbsp;</p>
<p>&nbsp;</p>
<p>Within your comments.php file, you&#8217;ll want to add the following code:</p>
<blockquote>
<p>&lt;?php twittar(size, placeholderimg, border, class, usegravatar, rating); ?&gt;</p>
</blockquote>
<p>&nbsp;</p>
<p>Complete the settings:&nbsp;</p>
<p>Size &#8211; insert the number you&#8217;d like without the &#8216;px&#8217; for&nbsp;the avatar.</p>
<p>Placeholderimg &#8211; &nbsp;image&nbsp;URL that you&#8217;d like to use as the default if the user doesn&#8217;t have a Twitter account or a gravatar they want to use. Enter&nbsp;inside quotes (&rdquo;&rdquo;).</p>
<p>Border &#8211; if you want to use a border, you can use a 2px border in whatever color you&#8217;d like. Just place&nbsp;the hexadecimal code of the color within the quotation marks.</p>
<p>Class &#8211; Used for&nbsp;styling the avatar. For example: &ldquo;myimg.&rdquo; In the CSS, you would include .myimg { }. Put inside &ldquo;&rdquo;.</p>
<p>Usegravatar &#8211; Type&nbsp;1 if you want to use gravatars, and 0 if you don&rsquo;t.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpressonthego.com/2011/09/have-their-twitter-gravatars-display-when-posting-on-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display Your Tweets in Your Sidebar</title>
		<link>http://wordpressonthego.com/2011/09/display-your-tweets-in-your-sidebar/</link>
		<comments>http://wordpressonthego.com/2011/09/display-your-tweets-in-your-sidebar/#comments</comments>
		<pubDate>Tue, 27 Sep 2011 12:29:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress Ideas & Tips]]></category>
		<category><![CDATA[add tweets to wordpress sidebar]]></category>
		<category><![CDATA[updated tweets on your website]]></category>
		<category><![CDATA[wordpress tweets]]></category>

		<guid isPermaLink="false">http://www.wordpressonthego.com/?p=1452</guid>
		<description><![CDATA[&#160;Would you like to display your Tweets in the sidebar of your WordPress site? Now it&#8217;s easy to do so! Go into your WordPress dashboard and click on Appearance -&#62; Widgets. There you will find the various widgets you can add to your sidebar. Look for the &#34;Text&#34; widget and drag/drop it in the Sidebar [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;Would you like to display your Tweets in the sidebar of your WordPress site? Now it&#8217;s easy to do so!</p>
<p>Go into your WordPress dashboard and click on Appearance -&gt; Widgets.</p>
<p>There you will find the various widgets you can add to your sidebar. Look for the &quot;Text&quot; widget and drag/drop it in the Sidebar where you&#8217;d like for your Tweets to show up.</p>
<p>Copy and paste the following code into this new widget:</p>
<blockquote><p><p>&lt;?php</p>
<p>$username = &quot;TwitterUsername&quot;; // Your twitter username.</p>
<p>$prefix = &quot;&quot;; // Prefix &ndash; some text you want displayed before your latest tweet.</p>
<p>$suffix = &quot;&quot;; // Suffix &ndash; some text you want display after your latest tweet.</p>
<p>$feed = &quot;http://search.twitter.com/search.atom?q=from:&quot; . $username . &quot;&amp;rpp=1&quot;;</p>
<p>&nbsp;</p>
<p>function parse_feed($feed) {</p>
<p>$stepOne = explode(&quot;&lt;content type=&quot;html&quot;&gt;&quot;, $feed);</p>
<p>$stepTwo = explode(&quot;&lt;/content&gt;&quot;, $stepOne[1]);</p>
<p>$tweet = $stepTwo[0];</p>
<p>$tweet = str_replace(&quot;&amp;lt;&quot;, &quot;&lt;&quot;, $tweet);</p>
<p>$tweet = str_replace(&quot;&amp;gt;&quot;, &quot;&gt;&quot;, $tweet);</p>
<p>return $tweet;</p>
<p>}</p>
<p>&nbsp;$twitterFeed = file_get_contents($feed);</p>
<p>echo stripslashes($prefix) . parse_feed($twitterFeed) . stripslashes($suffix);</p>
<p>?&gt;</p>
</blockquote>
<div>&nbsp;</div>
<div>On line 2, where it says &quot;TwitterUsername&quot;, make sure to update your Twitter ID here.</div>
<div>&nbsp;</div>
<div>If you&#8217;d like text to be displayed before or after your latest tweet, look at lines 3 and 4. Please your text between the two sets of quotation marks.</div>
<div>
There you !</div></p>
]]></content:encoded>
			<wfw:commentRss>http://wordpressonthego.com/2011/09/display-your-tweets-in-your-sidebar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unique 404 Page for your WordPress Site</title>
		<link>http://wordpressonthego.com/2011/09/unique-404-page-for-your-wordpress-site/</link>
		<comments>http://wordpressonthego.com/2011/09/unique-404-page-for-your-wordpress-site/#comments</comments>
		<pubDate>Mon, 26 Sep 2011 19:22:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress Ideas & Tips]]></category>
		<category><![CDATA[404 error]]></category>
		<category><![CDATA[custom 404 error page]]></category>
		<category><![CDATA[custom 404 wordpress]]></category>
		<category><![CDATA[wordpress 404 page]]></category>

		<guid isPermaLink="false">http://www.wordpressonthego.com/?p=1443</guid>
		<description><![CDATA[&#160;At one time or another, we&#8217;ve all landed on that dreaded 404 page. Usually when falling on an 404 page, most visitors leave your site. There are two things that you&#8217;d like to accomplish so as to avoid this happening. The first thing is to make sure that your 404 page has a live, easy-to-fine [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;At one time or another, we&#8217;ve all landed on that dreaded 404 page. Usually when falling on an 404 page, most visitors leave your site. There are two things that you&#8217;d like to accomplish so as to avoid this happening.</p>
<p>The first thing is to make sure that your 404 page has a live, easy-to-fine link back to your home page. Don&#8217;t take the chance of your visitor leaving you site because they didn&#8217;t rely on the back arrow.</p>
<p>The second thing is to make your 404 page creative and unique. Let them know that sometimes there will be a missing page and sometimes they may land on an 404, but that you cared enough to take the time to spruce it up for their enjoyment!</p>
<p>Some very creative 404 pages:</p>

<p>When creating your unique 404 page, remember to include things like a memorable image, list of your recent posts or archive, a search bar, options on other pages to go back to.</p>
<p>&nbsp;</p>
<p><strong>Now to create your custom and unique &nbsp;404 Page for your WordPress site</strong></p>
<p>If you look through your theme files, you&#8217;ll find one that is named 404.php. &nbsp;If you don&#8217;t have one, you can always <a href="http://www.wordpressonthego.com/archives/1418">create a new page </a>as in this tutorial. &nbsp;You can be as creative in your design and add any HTML that you&#8217;d like.&nbsp;</p>
<p>Make sure to remember to include the following codes so that your header, sidebar and footer is consistent through your site and even on your 404 page.</p>
<p>&lt;?php get_header(); ?&gt;</p>
<p>&lt;?php get_sidebar(); ?&gt;</p>
<p>&lt;?php get_footer(); ?&gt;</p>
<p>&nbsp;</p>
<p>Now wrap around the styling HTML around it. If you want you can even copy your page.php content in 404.php and just remove the content area and add your customized tags.</p>
<p>Here are some of the tags that you can use:</p>
<p>Display Archive by Months:</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;?php wp_get_archives(&#8216;type=monthly&#8217;); ?&gt;</p>
<p>This code will display archive by months, but it will list all months. So it might become a mess if you have a blog that is three years old. To learn how to limit the count of months displayed check out the tutorial.</p>
<p>&nbsp;</p>
<p>Display list of Categories</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;?php wp_list_cats(); ?&gt;</p>
<p>This code will list all categories on your blog. Ofcoures you can style them however using list tags or others.</p>
<p>&nbsp;</p>
<p>Display Most used Tags</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&lt;?php wp_tag_cloud(&#8216;smallest=8&amp;largest=12&amp;unit=pt&amp;number=30&amp;format=list&amp;order=RAND&#8217;); ?&gt;</p>
<p>This will show the most used tags like how we have on our 404 page.</p>
<p>&nbsp;</p>
<p>Display Recent Posts</p>
<p>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &lt;?php get_archives(&#8216;postbypost&#8217;, &#8217;17&#8242;, &#8216;custom&#8217;, &#8216;&lt;li&gt;&#8217;, &#8216;&lt;/li&gt;&#8217;); ?&gt;</p>
<p>There are more codes that you can use, you will just have to search the documentation and find it. If you have a specific question feel free to ask us at anytime.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpressonthego.com/2011/09/unique-404-page-for-your-wordpress-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add a Newsletter Feature to Your WordPress Site at No Cost!</title>
		<link>http://wordpressonthego.com/2011/09/add-a-newsletter-feature-to-your-wordpress-site-at-no-cost/</link>
		<comments>http://wordpressonthego.com/2011/09/add-a-newsletter-feature-to-your-wordpress-site-at-no-cost/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 12:29:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress Ideas & Tips]]></category>
		<category><![CDATA[free newsletter]]></category>
		<category><![CDATA[free wordpress newletter]]></category>
		<category><![CDATA[newsletter for wordpress]]></category>
		<category><![CDATA[wordpress newsletter]]></category>

		<guid isPermaLink="false">http://www.wordpressonthego.com/?p=1428</guid>
		<description><![CDATA[&#160;We all know the importance of staying in touch with our audience, clients and prospective customers. One of the ways is to do this via newsletters. It allows for us to keep our name fresh, supply great information and much more. At the same time, we are all looking to cut costs without cutting corners, [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;We all know the importance of staying in touch with our audience, clients and prospective customers. One of the ways is to do this via newsletters. It allows for us to keep our name fresh, supply great information and much more.</p>
<p>At the same time, we are all looking to cut costs without cutting corners, right? Instead of using services such as aWeber, Constant Contact, Mail Chimp and others that have a monthly (can be hefty!) fees, there&#8217;s a way for you to now do this on &nbsp;your WordPress site for free!</p>
<p>Although the paid services do offer more bells and whistles, this is a very affordable option and can very well fit your needs!</p>
<p>&nbsp;</p>
<p>#1 &ndash; Create a new category</p>
<p>You&#8217;ll need to create a new post category in your WordPress dashboard by Posts -&gt; Categories. Name the new post category whatever you&#8217;d like. For this tutorial, we&#8217;ll name it &quot;Email Newsletter&quot;.</p>
<p>&nbsp;</p>
<p><a href="http://www.wordpressonthego.com/wp-content/uploads/2011/09/adding-categories.gif"><img title="adding-categories" width="350" height="475" class="alignleft size-medium wp-image-1429" align="left" alt="" src="http://www.wordpressonthego.com/wp-content/uploads/2011/09/adding-categories-221x300.gif" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Next you&#8217;ll want to ensure that you note the category ID of the new category that you just created. Every time that I have [Replace with your Category Id], you will need to do just that! Replace it with the category ID of this new category.</p>
<p>To find out what your new category ID is, just go to Posts -&gt; Categories. Hover your mouse over the new category and when in the status bar you&#8217;ll see the ID.</p>
<p>&nbsp;</p>
<p><a href="http://www.wordpressonthego.com/wp-content/uploads/2011/09/category-id.gif"><img title="category-id" width="350" height="173" class="alignleft size-medium wp-image-1430" align="left" alt="" src="http://www.wordpressonthego.com/wp-content/uploads/2011/09/category-id-300x148.gif" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>For this tutorial, the cat ID is 10. Remember to replace the following [Replace with your Category Id] with your new category ID.</p>
<p>&nbsp;</p>
<p>#2 &ndash; Excluding the new category&nbsp;</p>
<p>If you use a list of your categories in your sidebar (or any where else), you&#8217;ll want this new category not to show up and be visible. We need to set it so that this new category is excluded for the category listings. Find the .php files where the category list appears. This is usually the sidebar.php file. You&#8217;re looking for a code that&#8217;s similar to:&nbsp;</p>
<blockquote>
<p>&lt;?php wp_list_categories(&#8216;&amp;title_li=&lt;h2&gt;Categories&lt;/h2&gt;&#8217;); ?&gt;</p>
</blockquote>
<p>Once you find it, you need to replace it with:&nbsp;</p>
<blockquote>
<p>&lt;?php wp_list_categories(&#8216;exclude=[Replace with your Category Id]&amp;title_li=&lt;h2&gt;Categories&lt;/h2&gt;&#8217;); ?&gt;</p>
</blockquote>
<p>Remember to insert your new category ID where I have [Replace with your Category Id]. This will hide this category from your visitors.</p>
<p>&nbsp;</p>
<p>#3 &ndash; Exclude any posts written to the new Email Newsletter Category</p>
<p>Your posts are always visible to your readers from different areas including RSS, homepage, archives, etc. We can use a great plugin, Advanced Category Excluder (ACE), &nbsp;that will allow us to exclude these posts so that they are not visible on your site.&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://www.wordpressonthego.com/wp-content/uploads/2011/09/advanced-category-excluder.gif"><img title="advanced-category-excluder" width="350" height="148" class="alignleft size-medium wp-image-1431" align="left" alt="" src="http://www.wordpressonthego.com/wp-content/uploads/2011/09/advanced-category-excluder-300x148.gif" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Once you have installed the plugin, you&#8217;ll want to go into the settings and check your new Newsletter category in every box with the exception of Single Posts.</p>
<p>If you want your WordPress theme to go to the next post and previous post, you may, you&#8217;ll want to go into your single.php file and replace the code with:&nbsp;</p>
<blockquote>
<p>&lt;div class=&quot;navigation&quot;&gt;&lt;div class=&quot;alignleft&quot;&gt;&lt;?php previous_post_link(&#8216;&amp;laquo; %link&#8217;, &#8216;%title&#8217;, FALSE, &#8217;10&#8242;) ?&gt;&lt;/div&gt;&lt;div class=&quot;alignright&quot;&gt;&lt;?php next_post_link(&#8216;&amp;raquo; %link&#8217;, &#8216;%title&#8217;, FALSE, &#8217;10&#8242;) ?&gt;&lt;/div&gt;&lt;/div&gt;</p>
</blockquote>
<p>&nbsp;</p>
<p>#4 &ndash; Creating your feed with FeedBurner</p>
<p>Your newly hidden newsletter category will have its own feed. Once you have the URL for your new category, you&#8217;ll need to create the new feed using FeedBurner. No worries if you don&#8217;t have a FeedBurner account, you can create one easily. Once you have your account, enter your new feed URL in a field similar to:</p>
<p>&nbsp;</p>
<p>Enter your URL and click Next. You should be seeing a screen similar to:</p>
<p>&nbsp;</p>
<p><a href="http://www.wordpressonthego.com/wp-content/uploads/2011/09/burn-a-feed.gif"><img title="burn-a-feed" width="350" height="45" class="alignleft size-medium wp-image-1432" align="left" alt="" src="http://www.wordpressonthego.com/wp-content/uploads/2011/09/burn-a-feed-300x45.gif" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>Here you&#8217;ll want to include your specific. Then click Next. Your feed has been set up!&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://www.wordpressonthego.com/wp-content/uploads/2011/09/welcome-burn-a-feed.gif"><img title="welcome-burn-a-feed" width="350" height="280" class="alignleft size-medium wp-image-1433" align="left" alt="" src="http://www.wordpressonthego.com/wp-content/uploads/2011/09/welcome-burn-a-feed-300x280.gif" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>#5 &ndash; Setting up your Email Newsletter</p>
<p>Now tha tyou have your Feed taken care of, you need to click on the Publicize tab and the Email Subscription Tab so that you can activate the feed.</p>
<p>&nbsp;</p>
<p>Now that it&#8217;s activated, you&#8217;ll have a code that you&#8217;ll need to copy/paste into your theme file so that a form will be displayed for your visitors to include their email address and subscribe to your service.&nbsp;</p>
<p>&nbsp;</p>
<p><a href="http://www.wordpressonthego.com/wp-content/uploads/2011/09/click-on-publicize.gif"><img title="click-on-publicize" width="350" height="251" class="alignleft size-medium wp-image-1434" align="left" alt="" src="http://www.wordpressonthego.com/wp-content/uploads/2011/09/click-on-publicize-300x251.gif" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>If you are a bit talented, you can even customize the look of your form and place it any where on your website. Usually, it&#8217;s added to the sidebar where it&#8217;s easy to find.</p>
<p>&nbsp;</p>
<p>#6 &ndash; Full text feeds</p>
<p>You&#8217;ll need to change a setting so that your readers can see the full text. &nbsp;To do this &#8211; Settings -&gt; Reading in your dashboard and click on Full Text instead of Summary.</p>
<p>&nbsp;</p>
<p><a href="http://www.wordpressonthego.com/wp-content/uploads/2011/09/email-activate2.gif"><img title="email-activate2" width="350" height="145" class="alignleft size-medium wp-image-1435" align="left" alt="" src="http://www.wordpressonthego.com/wp-content/uploads/2011/09/email-activate2-300x145.gif" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>#7 &ndash; Sending your first newsletter</p>
<p>Finally you can now start putting your newsletter together and get ready to send it out! All you need to do is write your newsletter content, add it as a new post to your new Newlsetter category and you&#8217;re set! Your WordPress blog will automatically send the content to your FeedBurner account and let it know that there&#8217;s a new post. Then, an email will be sent to all of your subscribers at the specified time that you selected. Since it&#8217;s not sent immediately, you have the opporutnity to go in and make edits if need be.&nbsp;</p>
<p>To set when the article will be emailed out to your subscribers, go to your FeedBurner admin area -&gt; Publicize Tab -&gt; Email Subscription -&gt; Delivery Options</p>
<p>&nbsp;</p>
<p><a href="http://www.wordpressonthego.com/wp-content/uploads/2011/09/feedburner-delivery-options.gif"><img title="feedburner-delivery-options" width="350" height="246" class="alignleft size-medium wp-image-1437" align="left" alt="" src="http://www.wordpressonthego.com/wp-content/uploads/2011/09/feedburner-delivery-options-300x246.gif" /></a></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpressonthego.com/2011/09/add-a-newsletter-feature-to-your-wordpress-site-at-no-cost/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add an External RSS Feed to Your Site</title>
		<link>http://wordpressonthego.com/2011/09/add-an-external-rss-feed-to-your-site/</link>
		<comments>http://wordpressonthego.com/2011/09/add-an-external-rss-feed-to-your-site/#comments</comments>
		<pubDate>Sat, 24 Sep 2011 12:22:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[add external rss]]></category>
		<category><![CDATA[add rss feed]]></category>
		<category><![CDATA[create new page with rss]]></category>

		<guid isPermaLink="false">http://www.wordpressonthego.com/?p=1424</guid>
		<description><![CDATA[This is a cool trick if you have a favorite RSS feed and would like to add it to your website. It&#8217;s great for bringing additional traffic to your site! Just copy the code below and paste into your theme where ever you want the RSS feed to show. If you&#8217;d like to have it [...]]]></description>
			<content:encoded><![CDATA[<p>This is a cool trick if you have a favorite RSS feed and would like to add it to your website. It&#8217;s great for bringing additional traffic to your site!</p>
<p style="text-align: center; "><a href="http://www.wordpressonthego.com/wp-content/uploads/2011/09/rss-html.gif"><img alt="" title="rss-html" width="300" height="93" class="alignleft size-medium wp-image-1426" src="http://www.wordpressonthego.com/wp-content/uploads/2011/09/rss-html-300x93.gif" /></a></p>
<p>Just copy the code below and paste into your theme where ever you want the RSS feed to show. If you&#8217;d like to have it on its own dedicated page, read my recent<a target="_blank" href="http://www.wordpressonthego.com/archives/1418"> post on how to create a custom page</a> here.</p>
<p>&nbsp;</p>
<blockquote>
<p>&lt;?php include_once(ABSPATH.WPINC.&#8217;/feed.php&#8217;);</p>
<p>$rss = fetch_feed(&#8216;http://feeds.feedburner.com/wpbeginner&#8217;);</p>
<p>$maxitems = $rss-&gt;get_item_quantity(5);</p>
<p>$rss_items = $rss-&gt;get_items(0, $maxitems);</p>
<p>?&gt;</p>
<p>&lt;ul&gt;</p>
<p>&lt;?php if ($maxitems == 0) echo &#8216;&lt;li&gt;No items.&lt;/li&gt;&#8217;;</p>
<p>else</p>
<p>// Loop through each feed item and display each item as a hyperlink.</p>
<p>foreach ( $rss_items as $item ) : ?&gt;</p>
<p>&lt;li&gt;</p>
<p>&lt;a href=&#8217;&lt;?php echo $item-&gt;get_permalink(); ?&gt;&#8217;</p>
<p>title=&#8217;&lt;?php echo &#8216;Posted &#8216;.$item-&gt;get_date(&#8216;j F Y | g:i a&#8217;); ?&gt;&#8217;&gt;</p>
<p>&lt;?php echo $item-&gt;get_title(); ?&gt;&lt;/a&gt;</p>
<p>&lt;/li&gt;</p>
<p>&lt;?php endforeach; ?&gt;</p>
<p>&lt;/ul&gt;</p>
</blockquote>
<div>&nbsp;</div>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpressonthego.com/2011/09/add-an-external-rss-feed-to-your-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display Random Posts on a Page</title>
		<link>http://wordpressonthego.com/2011/09/display-random-posts-on-a-page/</link>
		<comments>http://wordpressonthego.com/2011/09/display-random-posts-on-a-page/#comments</comments>
		<pubDate>Fri, 23 Sep 2011 12:15:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress Ideas & Tips]]></category>
		<category><![CDATA[display posts]]></category>
		<category><![CDATA[display random posts]]></category>
		<category><![CDATA[post page]]></category>
		<category><![CDATA[random posts]]></category>

		<guid isPermaLink="false">http://www.wordpressonthego.com/?p=1422</guid>
		<description><![CDATA[This is a great way to create a page that supplies random and updated posts to your visitors! &#160;You can add the page to your navigation or place a link in your sidebar. Each time the reader refreshes the page, a new article or post will show! First you&#8217;ll need to create a new page. [...]]]></description>
			<content:encoded><![CDATA[<p>This is a great way to create a page that supplies random and updated posts to your visitors! &nbsp;You can add the page to your navigation or place a link in your sidebar. Each time the reader refreshes the page, a new article or post will show!</p>
<p>First you&#8217;ll need to create a new page. I covered this yesterday and you can read that post here if you aren&#8217;t sure about <a target="_blank" href="http://www.wordpressonthego.com/archives/1418">creating a new page.</a>&nbsp; (Only create the new page, don&#8217;t set it as your landing page, unless that&#8217;s what you&#8217;d like to do!)</p>
<p>Once you have the new page created, paste the following code into the file:</p>
<blockquote><p><p>&lt;?php</p>
<p>query_posts(array(&#8216;orderby&#8217; =&gt; &#8216;rand&#8217;, &#8216;showposts&#8217; =&gt; 1));</p>
<p>if (have_posts()) :</p>
<p>while (have_posts()) : the_post(); ?&gt;</p>
<p>&nbsp;</p>
<p>&lt;h1&gt;&lt;a href=&quot;&lt;?php the_permalink() ?&gt;&quot;&gt;&lt;?php the_title(); ?&gt;&lt;/a&gt;&lt;/h1&gt;</p>
<p>&nbsp;</p>
<p>&lt;?php the_content(); ?&gt;</p>
<p>&nbsp;</p>
<p>&lt;?php endwhile;</p>
<p>endif; ?&gt;</p>
<p>&nbsp;</p>
</blockquote>
<p>This is just a &nbsp;basic WordPress loop that will run a query displaying random posts. If you want to show more then 1 random post on this page, change the number in&nbsp;&#8217;showposts&#8217; =&gt; 1 to the number of posts you&#8217;d like displayed on the page!</p>
</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpressonthego.com/2011/09/display-random-posts-on-a-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use a Custom Page for Your Home Page</title>
		<link>http://wordpressonthego.com/2011/09/use-a-custom-page-for-your-home-page/</link>
		<comments>http://wordpressonthego.com/2011/09/use-a-custom-page-for-your-home-page/#comments</comments>
		<pubDate>Thu, 22 Sep 2011 12:15:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress Ideas & Tips]]></category>
		<category><![CDATA[custom home page]]></category>
		<category><![CDATA[custom wordpress]]></category>
		<category><![CDATA[custom wordpress page]]></category>

		<guid isPermaLink="false">http://www.wordpressonthego.com/?p=1418</guid>
		<description><![CDATA[It&#8217;s really easy to have your home page be set up as a customized page. The first thing that you&#8217;ll need to do is to create the custom page. This isn&#8217;t as difficult as it sounds! Just create a copy of your page.php. Another option is to create a brand new page by creating a [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s really easy to have your home page be set up as a customized page.</p>
<p>The first thing that you&#8217;ll need to do is to create the custom page. This isn&#8217;t as difficult as it sounds! Just create a copy of your page.php. Another option is to create a brand new page by creating a new .php file. To go this route, you&#8217;ll need to add the following code to the top of the file:</p>
<p>&nbsp;</p>
<blockquote>
<div>&lt;?php /* Template Name */ ?&gt;</div>
</blockquote>
<p>&nbsp;</p>
<div>Change the template name so that you can identify the template when choosing the template for your page&#8217;s layout.</div>
<div><a href="http://www.wordpressonthego.com/wp-content/uploads/2011/09/custom-page.gif"><img alt="" title="custom-page" width="300" height="269" class="alignleft size-medium wp-image-1419" src="http://www.wordpressonthego.com/wp-content/uploads/2011/09/custom-page-300x269.gif" /></a></div>
<div>&nbsp;</div>
<div>If you are good at coding, you can go in and change any of the styling or layout of the page.</div>
<div>&nbsp;</div>
<div>Once this part is completed, go into your dashboard, create a new page and select this new template.</div>
<div>&nbsp;</div>
<div>Once the page is complete and you&#8217;ve published it, go back into your dashboard and go to Settings -&gt; Reading. Here you&#8217;ll be able to select this new custom page as your home page.</div>
<div>&nbsp;</div>
<div><a href="http://www.wordpressonthego.com/wp-content/uploads/2011/09/reading-settings.gif"><img alt="" title="reading-settings" width="300" height="100" class="alignleft size-medium wp-image-1420" src="http://www.wordpressonthego.com/wp-content/uploads/2011/09/reading-settings-300x100.gif" /></a></div>
<div>&nbsp;</div>
<div>There you go!</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpressonthego.com/2011/09/use-a-custom-page-for-your-home-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display Your Post Time Twitter-Style!</title>
		<link>http://wordpressonthego.com/2011/09/display-your-post-time-twitter-style/</link>
		<comments>http://wordpressonthego.com/2011/09/display-your-post-time-twitter-style/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 13:03:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress Ideas & Tips]]></category>
		<category><![CDATA[change your post time]]></category>
		<category><![CDATA[post time twitter style]]></category>

		<guid isPermaLink="false">http://www.wordpressonthego.com/?p=1415</guid>
		<description><![CDATA[&#160;Would you like to have your posts show the posted time similar to how Twitter does it?&#160; &#160; &#160; &#160; Example: &#160;6 minutes ago, 3 hours ago, etc. You can do this by adding the following to your functions.php file: function twitter_time() { echo &#34;This Was Posted &#34;.human_time_diff(get_the_time(&#8216;U&#8217;), current_time(&#8216;timestamp&#8217;)).&#34; ago&#34;; } &#160; Then go into [...]]]></description>
			<content:encoded><![CDATA[<p>&nbsp;Would you like to have your posts show the posted time similar to how Twitter does it?&nbsp;</p>
<p>&nbsp; &nbsp; &nbsp; Example: &nbsp;6 minutes ago, 3 hours ago, etc.</p>
<p>You can do this by adding the following to your functions.php file:</p>
<p style="text-align: left;"><font class="Apple-style-span" face="Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace"><span class="Apple-style-span" style="line-height: 13px;"><br />
</span></font></p>
<p style="text-align: left;">function twitter_time() {</p>
<p style="text-align: left;">echo &quot;This Was Posted &quot;.human_time_diff(get_the_time(&#8216;U&#8217;), current_time(&#8216;timestamp&#8217;)).&quot; ago&quot;;</p>
<p>}</p>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;">Then go into the other files that may also display the time posted, such as single.php or index.php, etc. and add:</p>
<p style="text-align: left;">&nbsp;&lt;?php twitter_time(); ?&gt;</p>
<p style="text-align: left;">&nbsp;</p>
<p style="text-align: left;">Enjoy!</p>
<p style="text-align: left;">&nbsp;</p>
<div class="line number3 index2 alt2" style="border-top-left-radius: 0px 0px !important; border-top-right-radius: 0px 0px !important; border-bottom-right-radius: 0px 0px !important; border-bottom-left-radius: 0px 0px !important; background-image: none !important; background-attachment: initial !important; background-origin: initial !important; background-clip: initial !important; background-color: white !important; border-top-width: 0px !important; border-right-width: 0px !important; border-bottom-width: 0px !important; border-left-width: 0px !important; border-style: initial !important; border-color: initial !important; bottom: auto !important; float: none !important; height: auto !important; left: auto !important; line-height: 1.1em !important; margin-top: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; overflow-x: visible !important; overflow-y: visible !important; padding-top: 0px !important; padding-right: 1em !important; padding-bottom: 0px !important; padding-left: 1em !important; position: static !important; right: auto !important; text-align: left !important; top: auto !important; vertical-align: baseline !important; width: auto !important; box-sizing: content-box !important; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-style: normal !important; font-size: 1em !important; direction: ltr !important; white-space: pre !important; ">&nbsp;</div>
<div class="line number3 index2 alt2" style="border-top-left-radius: 0px 0px !important; border-top-right-radius: 0px 0px !important; border-bottom-right-radius: 0px 0px !important; border-bottom-left-radius: 0px 0px !important; background-image: none !important; background-attachment: initial !important; background-origin: initial !important; background-clip: initial !important; background-color: white !important; border-top-width: 0px !important; border-right-width: 0px !important; border-bottom-width: 0px !important; border-left-width: 0px !important; border-style: initial !important; border-color: initial !important; bottom: auto !important; float: none !important; height: auto !important; left: auto !important; line-height: 1.1em !important; margin-top: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; overflow-x: visible !important; overflow-y: visible !important; padding-top: 0px !important; padding-right: 1em !important; padding-bottom: 0px !important; padding-left: 1em !important; position: static !important; right: auto !important; text-align: left !important; top: auto !important; vertical-align: baseline !important; width: auto !important; box-sizing: content-box !important; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-style: normal !important; font-size: 1em !important; direction: ltr !important; white-space: pre !important; ">&nbsp;</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpressonthego.com/2011/09/display-your-post-time-twitter-style/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3.0 &#8211;  Memory Limit</title>
		<link>http://wordpressonthego.com/2011/09/wordpress-3-0-memory-limit/</link>
		<comments>http://wordpressonthego.com/2011/09/wordpress-3-0-memory-limit/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 12:58:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress Ideas & Tips]]></category>
		<category><![CDATA[increasing memory limit]]></category>
		<category><![CDATA[wordpress 3.0 memory limit]]></category>

		<guid isPermaLink="false">http://www.wordpressonthego.com/?p=1413</guid>
		<description><![CDATA[One of the drawbacks of using WordPress 3.0 is the memory limitation. Although easily changed as described below, it &#160;had good intentions. The primary reasoning for WordPress&#8217; built in memory limit was to save your websites&#8217; memory being consumed by poorly written plugins. WordPress&#8217; standard memory limit is set to 32MB but by going into [...]]]></description>
			<content:encoded><![CDATA[<p>One of the drawbacks of using WordPress 3.0 is the memory limitation. Although easily changed as described below, it &nbsp;had good intentions.</p>
<p>The primary reasoning for <span class="Apple-style-span" style="font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; line-height: 20px; background-color: rgb(245, 245, 245); ">WordPress&#8217; built in memory limit was to save your websites&#8217; memory being consumed by poorly written plugins. </span></p>
<p><span class="Apple-style-span" style="font-family: Verdana, Arial, Geneva, Helvetica, sans-serif; line-height: 20px; background-color: rgb(245, 245, 245); ">WordPress&#8217; standard memory limit is set to 32MB but by going into your wp-config.php file and adding the following line of code, you should have no more problems:</span></p>
<p><span class="Apple-style-span" style="font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; line-height: 13px; white-space: pre; ">define(&#8216;WP_MEMORY_LIMIT&#8217;, &#8217;96M&#8217;);</span></p>
<p>&nbsp;</p>
<p>Of course, another way to just avoid this is issue is to upgrade your WordPress from 3.0 to the latest version! Starting with WordPress 3.2, the memory limit is configurable again and won&#8217;t be an issue.</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpressonthego.com/2011/09/wordpress-3-0-memory-limit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Autosave &#8211; Adjusting the timing</title>
		<link>http://wordpressonthego.com/2011/09/autosave-adjusting-the-timing/</link>
		<comments>http://wordpressonthego.com/2011/09/autosave-adjusting-the-timing/#comments</comments>
		<pubDate>Sat, 17 Sep 2011 12:58:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[WordPress Ideas & Tips]]></category>
		<category><![CDATA[adjust autosave]]></category>
		<category><![CDATA[auto save]]></category>
		<category><![CDATA[autosave]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.wordpressonthego.com/?p=1411</guid>
		<description><![CDATA[One of the most frustrating things is to be almost done writing your new post and have a power glitch cause you to lose your internet connection, deleting all of your work in the process! &#160;One way to avoid this from happening is by adjusting the timing of the Autosave feature. WordPress, by default, has [...]]]></description>
			<content:encoded><![CDATA[<p>One of the most frustrating things is to be almost done writing your new post and have a power glitch cause you to lose your internet connection, deleting all of your work in the process! &nbsp;One way to avoid this from happening is by adjusting the timing of the Autosave feature.</p>
<p>WordPress, by default, has the auto save set to 60 seconds, meaning that it will automatically save your new work every 60 minutes. Perhaps you&#8217;d like to have it reset to every 30 seconds?</p>
<p>You can do this by accessing your wp-config.php file and finding this line:</p>
<p><span class="Apple-style-span" style="color: rgb(37, 37, 37); font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 13px; line-height: 14px; white-space: pre; "><code class="php plain" style="border-top-left-radius: 0px 0px !important; border-top-right-radius: 0px 0px !important; border-bottom-right-radius: 0px 0px !important; border-bottom-left-radius: 0px 0px !important; background-image: none !important; background-attachment: initial !important; background-origin: initial !important; background-clip: initial !important; background-color: initial !important; border-top-width: 0px !important; border-right-width: 0px !important; border-bottom-width: 0px !important; border-left-width: 0px !important; border-style: initial !important; border-color: initial !important; bottom: auto !important; float: none !important; height: auto !important; left: auto !important; line-height: 1.1em !important; margin-top: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; overflow-x: visible !important; overflow-y: visible !important; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important; position: static !important; right: auto !important; text-align: left !important; top: auto !important; vertical-align: baseline !important; width: auto !important; box-sizing: content-box !important; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-style: normal !important; font-size: 1em !important; direction: ltr !important; display: inline !important; color: black !important; ">define(</code><code class="php string" style="border-top-left-radius: 0px 0px !important; border-top-right-radius: 0px 0px !important; border-bottom-right-radius: 0px 0px !important; border-bottom-left-radius: 0px 0px !important; background-image: none !important; background-attachment: initial !important; background-origin: initial !important; background-clip: initial !important; background-color: initial !important; border-top-width: 0px !important; border-right-width: 0px !important; border-bottom-width: 0px !important; border-left-width: 0px !important; border-style: initial !important; border-color: initial !important; bottom: auto !important; float: none !important; height: auto !important; left: auto !important; line-height: 1.1em !important; margin-top: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; overflow-x: visible !important; overflow-y: visible !important; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important; position: static !important; right: auto !important; text-align: left !important; top: auto !important; vertical-align: baseline !important; width: auto !important; box-sizing: content-box !important; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-style: normal !important; font-size: 1em !important; direction: ltr !important; display: inline !important; color: blue !important; ">'AUTOSAVE_INTERVAL'</code><code class="php plain" style="border-top-left-radius: 0px 0px !important; border-top-right-radius: 0px 0px !important; border-bottom-right-radius: 0px 0px !important; border-bottom-left-radius: 0px 0px !important; background-image: none !important; background-attachment: initial !important; background-origin: initial !important; background-clip: initial !important; background-color: initial !important; border-top-width: 0px !important; border-right-width: 0px !important; border-bottom-width: 0px !important; border-left-width: 0px !important; border-style: initial !important; border-color: initial !important; bottom: auto !important; float: none !important; height: auto !important; left: auto !important; line-height: 1.1em !important; margin-top: 0px !important; margin-right: 0px !important; margin-bottom: 0px !important; margin-left: 0px !important; outline-width: 0px !important; outline-style: initial !important; outline-color: initial !important; overflow-x: visible !important; overflow-y: visible !important; padding-top: 0px !important; padding-right: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important; position: static !important; right: auto !important; text-align: left !important; top: auto !important; vertical-align: baseline !important; width: auto !important; box-sizing: content-box !important; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; font-style: normal !important; font-size: 1em !important; direction: ltr !important; display: inline !important; color: black !important; ">, 60);</code></span></p>
<p>If you&#8217;d like to have your system auto save sooner then the default 60 seconds, change the &#8217;60&#8242; in the line of code to your desired number of seconds.</p>
<p>On the other hand, if the auto saves are causing your computer to slow down, you may want to increase the frequency of the auto saves.&nbsp;</p>
<p>Just remember, whether you increase or decrease the timing, always enter the number of seconds desired!</p>
]]></content:encoded>
			<wfw:commentRss>http://wordpressonthego.com/2011/09/autosave-adjusting-the-timing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

