<?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>Pixel Currents</title>
	<atom:link href="http://pixelcurrents.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pixelcurrents.com</link>
	<description>WordPress Consulting &#38; Design</description>
	<lastBuildDate>Sat, 27 Apr 2013 20:11:15 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Automatically Add Instagram Photos as WordPress Posts</title>
		<link>http://pixelcurrents.com/automatically-add-instagram-photos-as-wordpress-posts/</link>
		<comments>http://pixelcurrents.com/automatically-add-instagram-photos-as-wordpress-posts/#comments</comments>
		<pubDate>Sat, 27 Apr 2013 16:14:22 +0000</pubDate>
		<dc:creator>Annie Boccio</dc:creator>
				<category><![CDATA[Pixel Currents Blog]]></category>

		<guid isPermaLink="false">http://pixelcurrents.com/?p=3246</guid>
		<description><![CDATA[I&#8217;ve been having my Instagram photos autopost as blog posts for awhile, but I was never thrilled with the results. Unfortunately there&#8217;s not one single plugin (that I can find) that works just as I want it to. But I&#8217;ve found a solution for my personal site (yay!) What I want: All my Instagram posts [...]]]></description>
				<content:encoded><![CDATA[<p>I&#8217;ve been having my Instagram photos autopost as blog posts for awhile, but I was never thrilled with the results. Unfortunately there&#8217;s not one single plugin (that I can find) that works just as I want it to. But I&#8217;ve found a solution for my <a href="http://annieboccio.com">personal site</a> (yay!)</p>
<p><strong>What I want:</strong></p>
<ul>
<li>All my Instagram posts automatically posted to my <em>(self-hosted)</em> WordPress site as individual posts.</li>
<li>The caption of each image should serve as the post title.</li>
<li>The content of each post should include a link back to the image on Instagram.</li>
<li>The image should automatically be uploaded to my site and inserted as the featured image for the post.</li>
</ul>
<p>This requires three tools (aside from Instagram and WordPress&#8230; )</p>
<ol>
<li><a href="https://ifttt.com">IFTTT</a> to autopost the images to WordPress.</li>
<li>The <a href="http://wordpress.org/extend/plugins/auto-save-remote-images/">Auto Save Remote Image</a> plugin.</li>
<li>The <a href="http://wordpress.org/extend/plugins/auto-hyperlink-urls/">Auto-Hyperlink URLs</a> plugin.</li>
</ol>
<p><strong>Step One:</strong> Use <a href="https://ifttt.com/recipes/91253">this IFTTT recipe</a> to automatically send your Instagram posts to WordPress. Add your own category and tag(s).<br />
<strong>Step Two:</strong> The Auto Save Remote Image plugin will automatically grab, upload, and set the photo as the featured image for the post. No setting required after activation.<br />
<strong>Step Three:</strong> In the setting for Auto-Hyperlink URL I set the Hyperlink Mode/Truncation to 1, which displays only the domain for the autoposted link (resulting in &#8220;via <a href="http://instagram.com/p/YkZ4p9Mx8w/">instagram.com&#8230;</a>&#8220;.) The IFTTT recipe posts the link to Instagram as plain text, this converts it to an active link.</p>
<p><strong>Bonus</strong></p>
<p>If you want to keep your Instagram photos out of your site&#8217;s RSS feed, make sure they are all sent to a category set up just for those photos. Then, to exclude that category from your RSS feed, open your theme&#8217;s functions.php file and insert the following:</p>
<p><code>// exclude instagram category from feed<br />
function catFeedExcluder($query) {<br />
if(is_feed()) {<br />
$query-&gt;set( 'category__not_in', '<span style="color: #ff0000;">-4</span>' );<br />
return $query;<br />
}<br />
}<br />
add_filter('pre_get_posts', 'catFeedExcluder');</code></p>
<p>Replace &#8216;<span style="color: #ff0000;">-4</span>&#8216; with the correct category ID number (Go to Posts &gt; Categories and click on the category name. The address bar will show the category ID number like this: &#8220;&#8230;wp/wp-admin/edit-tags.php?action=edit&amp;taxonomy=category&amp;tag_ID=<span style="color: #ff0000;">4</span>&amp;post_type=post&#8221;</p>
<p>Adjust/play with the various settings to suit your own needs. </p>
]]></content:encoded>
			<wfw:commentRss>http://pixelcurrents.com/automatically-add-instagram-photos-as-wordpress-posts/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Step into Self-Hosted WordPress</title>
		<link>http://pixelcurrents.com/step-into-self-hosted-wordpress/</link>
		<comments>http://pixelcurrents.com/step-into-self-hosted-wordpress/#comments</comments>
		<pubDate>Thu, 21 Feb 2013 18:00:31 +0000</pubDate>
		<dc:creator>Annie Boccio</dc:creator>
				<category><![CDATA[Pixel Currents Blog]]></category>

		<guid isPermaLink="false">http://pixelcurrents.com/?p=3218</guid>
		<description><![CDATA[These are the first steps you&#8217;ll need to take when working with us to build your new WordPress site. Even if you&#8217;re going it alone, hopefully you&#8217;ll find this information helpful! Domain and Hosting All self-hosted WordPress sites require a web host to contain and serve the files. Many sites use what are known as [...]]]></description>
				<content:encoded><![CDATA[<p><strong>These are the first steps you&#8217;ll need to take when working with us to build your new WordPress site. Even if you&#8217;re going it alone, hopefully you&#8217;ll find this information helpful!</strong></p>
<h3>Domain and Hosting</h3>
<p>All self-hosted WordPress sites require a web host to contain and serve the files. Many sites use what are known as &#8220;shared servers.&#8221; Your site will share space on giant servers with other similarly sized sites, which saves you loads of money. As your site grows you can easily upgrade your hosting account to suit your needs.</p>
<p>You also need to register your domain name. I generally recommend that you register your domain separately from your hosting account.</p>
<ol>
<li><strong>Register Your Domain:</strong> All the good domains aren&#8217;t taken! Get a little creative. Come up with a few ideas, then go to <a href="https://hover.com/aAizzAST">Hover</a> and see if they&#8217;re available. If you really get stuck there are sites such as <a href="http://www.bustaname.com/">Bust a Name</a> or <a href="http://www.nameboy.com/">Nameboy</a> that can help. Once you find the domain of your dreams, <a href="https://hover.com/aAizzAST">grab it</a>! They&#8217;re cheap!</li>
<li><strong>Sign Up for Hosting:</strong> I <a href="http://www.lunarpages.com/id/annieb123">highly recommend Lunarpages shared hosting</a>. I&#8217;ve use them for over a decade and never had a complaint. Click the link above and sign up, using your shiny new domain name!<br />
If you want hassle-free managed WordPress hosting with full WordPress support, check out <a href="http://www.shareasale.com/r.cfm?b=407412&amp;u=405857&amp;m=41388&amp;urllink=&amp;afftrack=">WP Engine</a>.</li>
</ol>
<h3>Choose a Theme</h3>
<p>Let&#8217;s be honest- you might not need a premium theme. There are some great free ones available at WordPress.org. Even the built in TwentyTwelve theme that comes with WordPress is customizable (to a point) and might be enough for your needs. I&#8217;ve used it myself for a client&#8217;s simple site recently. But you&#8217;re ready to move beyond the limits of a free blog; why choose a limiting theme? For the past couple years I find myself constantly turning to <a href="http://www.shareasale.com/r.cfm?b=241369&amp;u=405857&amp;m=28169&amp;urllink=&amp;afftrack=">StudioPress</a>. The StudioPress Genesis framework comes with built-in security and search engine optimization, and the support that comes with Genesis is worth so much more than the price. </p>
<ol>
<li><strong>Head over to <a href="http://www.shareasale.com/r.cfm?b=241369&amp;u=405857&amp;m=28169&amp;urllink=&amp;afftrack=">StudioPress</a> and read more about why it rocks!</strong> Then go choose from over 40 child theme designs, each with built-in customization options. <a href="http://www.shareasale.com/r.cfm?b=386104&amp;u=405857&amp;m=28169&amp;urllink=&amp;afftrack=">Get both Genesis and a gorgeous child theme for as low as only $79.95</a>! Don&#8217;t see what you want? Let Pixel Currents modify or create a perfect theme, just for you. <strong>(NOTE: if you would like Pixel Currents to design your theme please do not purchase a child theme until after consulting with us.)</strong></li>
<li>That was easy&#8230;</li>
</ol>
<h3>Just a Couple More Things&#8230;</h3>
<p>We like to start our clients out with a few powerful plugins. In order to make use of these plugins, we recommend that you go ahead and set up the necessary accounts ahead of time so you&#8217;re ready to go.</p>
<ol>
<li><strong>Register at <a href="http://wordpress.com">WordPress.com</a>.</strong> While you don&#8217;t <em>need</em> a WordPress.com account to run a self-hosted WordPress site, you do need one to take advantage of the amazing <a href="http://wordpress.org/extend/plugins/jetpack/">Jetpack</a> plugin, which gives your site superpowers!</li>
<li><strong>Register at <a href="http://disqus.com">Disqus.com</a>.</strong> WordPress comes with a robust commenting system out of the box, but if you want your readers to be able to comment using their existing social media accounts, and keep your comment moderation headaches to a minimum, <a href="http://wordpress.org/extend/plugins/disqus-comment-system/">Disqus</a> is the way to go!</li>
</ol>
<h3>Ready&#8230; Set&#8230;</h3>
<p>You&#8217;ve got the toolkit assembled, now it&#8217;s time to build! If you&#8217;re a comfortable DIYer go for it!</p>
<p><strong>If you would like Pixel Currents to install, set up, and/or customize your WordPress site</strong>, please complete the form below. When we receive it we&#8217;ll be in touch for the details and to schedule a <strong><em>complimentary 30 minute phone consultation!</em></strong><br />
[contact-form-7]</p>
]]></content:encoded>
			<wfw:commentRss>http://pixelcurrents.com/step-into-self-hosted-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
