<?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>Affiliate Theme</title>
	<atom:link href="http://www.affiliatetheme.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.affiliatetheme.net</link>
	<description>The easiest way to build affiliate websites using WordPress</description>
	<lastBuildDate>Fri, 09 Dec 2011 10:59:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Advanced Guide to Niche Skin Development</title>
		<link>http://www.affiliatetheme.net/advanced-guide-to-niche-skin-development/</link>
		<comments>http://www.affiliatetheme.net/advanced-guide-to-niche-skin-development/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 12:08:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Getting Started]]></category>

		<guid isPermaLink="false">http://new.affiliatetheme.net/?p=1194</guid>
		<description><![CDATA[WARNING: This tutorial is meant for advanced users who have web development experience, specifically in CSS, HTML and graphic design. That said, with a little bit of research and wherewithal, anyone can learn to create a Niche Skin and sell it in our Affiliate Marketplace. What is a Niche Skin? An Affiliate Theme Niche Skin [...]]]></description>
			<content:encoded><![CDATA[<div class="notice"><strong>WARNING:</strong> This tutorial is meant for advanced users who have web development experience, specifically in CSS, HTML and graphic design. That said, with a little bit of research and wherewithal, anyone can learn to create a Niche Skin and sell it in our <a href="http://affiliatetheme.net/marketplace">Affiliate Marketplace</a>.</div>
<h3>What is a Niche Skin?</h3>
<p>An Affiliate Theme Niche Skin is simply a <a href="http://codex.wordpress.org/Child_Themes">WordPress child-theme</a> designed to integrate with Affiliate Theme. This means that Affiliate Theme can be changed to a variety of different skins by simply importing and activating a new skin.. If you want to create a Niche Skin and you are <strong>NOT</strong> familiar with developing for WordPress, CSS, PHP and HTML, you should read our <a href="http://www.affiliatetheme.net/managing-skins/">Basic Guide to Generating Niche Skins</a>. </p>
<p>A Niche Skin sits on top of the Affiliate Theme framework. A Niche Skin is a folder inside the <strong>wp-contents/themes</strong> folder of your WordPress installation. It typically consists of the following files:</p>
<ul>
<li>functions.php</li>
<li>/images/ (folder)</li>
<li>screenshot.png</li>
<li>style.css</li>
</ul>
<p>The &#8216;images&#8217; folder consists of the following files:</p>
<ul>
<li>images/jpg</li>
<li>images/header.jpg</li>
<li>images/graphic1.png (optional)</li>
<li>images/graphic2.png (optional)</li>
</ul>
<p>To make the process of creating a Niche Skin easier, start with one of the Niche Skins from your existing copy of Affiliate Theme 2.0 You can modify this collection of files for your own Niche Skin.</p>
<hr/>
<h3>Step 1: Choose a niche for your skin.</h3>
<p>You can create a Niche Skin around any vertical, however, it would be smart to do some research about what the hottest affiliate niches are these days. You can join any affiliate network and get a good idea of what are the hottest performing verticals. This would be a good place to start if you are looking to sell your Niche Skin in our marketplace.</p>
<hr/>
<h3>Step 2: Create a header graphic.</h3>
<p>We recommend using Adobe Photoshop to design a header graphic 940px (width) by 200px (height). You can download our sample header graphic <strong><a href="http://www.affiliatetheme.net/wp-content/samples/CreditCards-PSD.psd.zip">here</a></strong>. </p>
<hr/>
<h3>Step 3: Modify the style.css file.</h3>
<p>The most important part of modifying the style.css file is renaming this information:</p>
<blockquote><p>/*<br />
Theme Name:     Credit Cards<br />
Description:    Credit Cards Review Skin by UBD<br />
Template:       AffiliateTheme2<br />
Author:         Affiliate Theme<br />
Author URI:     http://www.affiliatetheme.net/<br />
Version:        1.0.0<br />
*/</p></blockquote>
<p>Once you have completed that step, you can begin to customize any element of the style.css file from the original file.</p>
<hr/>
<h3>Step 4: Modify the functions.php file.</h3>
<p>You will have to rename a few lines of the functions.php file. Make sure your theme folder begins with &#8220;AT2_&#8221; for easier categorization. This file will allow your Niche Skin to be recognized by Affiliate Theme and automatically upload the customizations when a new user activates your skin.</p>
<hr/>
<h3>Step 5: Add a theme screenshot.</h3>
<p>The theme screenshot is simply a PNG file named &#8220;screenshot.png&#8221; in your Niche Skin folder. The file must be 300px (width) by 225px (height). Once you have designed this file, drop into your theme folder.</p>
<hr/>
<h3>Step 6: (OPTIONAL) Add an additional header graphic(s).</h3>
<p>To give your theme some extra flare, you can add up to two additional header graphics. In the CSS file, these are known as <strong>.graphic1</strong> and <strong>.graphic2</strong>. In the style.css file, you must specificy the height and width of these graphics. See below for an example.</p>
<p><img style="padding: 10px; border: 1px silver solid" src="http://www.affiliatetheme.net/wp-content/samples/add-graphics.jpg" alt="additional graphics" /></p>
<p>The left and right server graphics are the additional graphics of this theme. These graphics must be PNG files and named graphic1.png and/or graphic2.png.</p>
<hr/>
<h3>Step 7: Save your completed theme and ZIP it.</h3>
<p>Once you have completed the modification of your theme, export it as a ZIP file and add it to our <a href="http://affiliatetheme.net/marketplace">Affiliate Marketplace</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.affiliatetheme.net/advanced-guide-to-niche-skin-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Basic Guide to Generating Niche Skins</title>
		<link>http://www.affiliatetheme.net/managing-skins/</link>
		<comments>http://www.affiliatetheme.net/managing-skins/#comments</comments>
		<pubDate>Mon, 05 Dec 2011 12:07:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Getting Started]]></category>

		<guid isPermaLink="false">http://www.affiliatetheme.net/?p=1368</guid>
		<description><![CDATA[Introduction to Niche Skins While downloading and activating Niche Skins is easy, creating them from scratch can be more difficult. We generally only recommend that people who are familiar who have CSS, HTML, and graphic design experience attempt to create their own skins for commercial distribution. However, if you still want to develop a Niche [...]]]></description>
			<content:encoded><![CDATA[<h3>Introduction to Niche Skins</h3>
<p>While downloading and activating Niche Skins is easy, creating them from scratch can be more difficult. We generally only recommend that people who are familiar who have CSS, HTML, and graphic design experience attempt to create their own skins for commercial distribution. However, if you still want to develop a Niche Skin for your personal use, please read on.</p>
<p>For the average user with little-to-no programming experience, Niche Skin Generation can be accomplished when starting with the Affiliate Theme Default Skin. Again, we must mention that for the casual user, it is much better to simply activate a preexisting Niche Skin and customize from there.</p>
<h3>How to Generate a Niche Skin</h3>
<p>Generating a Niche Skin is very simple and can be completed at any step in the theme modification process. If you&#8217;re a knowledgeable web developer (proficient in HTML/CSS/PHP), we recommend you read our <a href="http://www.affiliatetheme.net/how-to-create-a-niche-skin/">Advanced Guide to Niche Skin Development</a>. </p>
<h4>Step 1: Activate the Default Skin.</h4>
<p>Activate the Affiliate Theme Default Skin in the Niche Skins panel of the Affiliate Theme admin panel. You can generate a new skin only from the Affiliate Theme Default Skin &#8211; existing Niche Skins cannot be regenerated.<br />
<img style="margin-top:10px;padding: 10px;border: 1px silver solid" src="http://cdn.affiliatetheme.net/wp-content/uploads/manage_skins/1.jpg" alt=""/></p>
<hr/>
<h4>Step 2: Click the Generate button.</h4>
<p>A Niche Skin can be generated at any point in the theme modification process. Simply click the &#8216;Generate Skin&#8217; button.<br />
<img style="margin-top:10px;padding: 10px;border: 1px silver solid" src="http://cdn.affiliatetheme.net/wp-content/uploads/manage_skins/2.jpg" alt=""/></p>
<hr/>
<h4>Step 3: Enter your Niche Skin details.</h4>
<p>Enter your skin name, description, and provide a link to a .PNG file which will be used for your theme screenshot. The theme screenshot should be a 300&#215;225 px file. The screenshot can be added later, as well.<br />
<img style="margin-top:10px;padding: 10px;border: 1px silver solid" src="http://cdn.affiliatetheme.net/wp-content/uploads/manage_skins/3.jpg" alt=""/></p>
<hr/>
<h4>Step 4: Download or activate your Niche Skin.</h4>
<p>Once you have finished, you will be taken back to the Niche Skin panel where your new theme will be available for download or activation.<br />
<img style="margin-top:10px;padding: 10px;border: 1px silver solid" src="http://cdn.affiliatetheme.net/wp-content/uploads/manage_skins/4.jpg" alt=""/></p>
<hr/>
]]></content:encoded>
			<wfw:commentRss>http://www.affiliatetheme.net/managing-skins/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HOW TO: Post a Marketplace Listing</title>
		<link>http://www.affiliatetheme.net/how-to-post-a-marketplace-listing/</link>
		<comments>http://www.affiliatetheme.net/how-to-post-a-marketplace-listing/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 01:17:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Bonus Tutorials]]></category>

		<guid isPermaLink="false">http://new.affiliatetheme.net/?p=1283</guid>
		<description><![CDATA[Step 1: Click the &#8216;Register&#8217; link. You must first register before you can post to the Affiliate Marketplace Step 2: Register with the Affiliate Marketplace Simply enter your desired username and email. Step 3: Check your email for and password and login information. Copy your password and click the link in the email. Step 4: [...]]]></description>
			<content:encoded><![CDATA[<h3>Step 1: Click the &#8216;Register&#8217; link.</h3>
<p>You must first register before you can post to the Affiliate Marketplace<br />
<img style="padding: 10px; margin-top: 10px; ; border: 1px silver solid;" src="http://cdn.affiliatetheme.net/wp-content/uploads/howto_marketplace/step1.jpg" alt="" /></p>
<hr />
<h3>Step 2: Register with the Affiliate Marketplace</h3>
<p>Simply enter your desired username and email.</p>
<p><img style="padding: 10px; margin-top: 10px; ; border: 1px silver solid;" src="http://cdn.affiliatetheme.net/wp-content/uploads/howto_marketplace/step2.jpg" alt="" /></p>
<hr />
<h3>Step 3: Check your email for and password and login information.</h3>
<p>Copy your password and click the link in the email.</p>
<p><img style="padding: 10px; margin-top: 10px; ; border: 1px silver solid;" src="http://cdn.affiliatetheme.net/wp-content/uploads/howto_marketplace/step3.jpg" alt="" /></p>
<hr />
<h3>Step 4: Click on &#8216;Post a Marketplace Listing&#8217;.</h3>
<p>After you have returned to the Affiliate Marketplace, click o n&#8217;Post a Marketplace Listing&#8217;.<br />
<img style="padding: 10px; margin-top: 10px; ; border: 1px silver solid;" src="http://cdn.affiliatetheme.net/wp-content/uploads/howto_marketplace/post.jpg" alt="" /></p>
<hr />
<h3>Step 5: Select a listing category.</h3>
<p>Please make sure you select the appropriate category.<br />
<img style="padding: 10px; margin-top: 10px; ; border: 1px silver solid;" src="http://cdn.affiliatetheme.net/wp-content/uploads/howto_marketplace/step4.jpg" alt="" /></p>
<hr />
<h3>Step 6: Post your listing (HTML is allowed).</h3>
<p>Enter the title and description of your listing. HTML is allowed in the description field. If you are selling a product, you must provide the the direct payment link in the description field. If you would like your payment link to resemble a button, add &#8216;<strong>class=button</strong>&#8216; to the &lt;a href&gt; link.<br />
<img style="padding: 10px; margin-top: 10px; ; border: 1px silver solid;" src="http://cdn.affiliatetheme.net/wp-content/uploads/howto_marketplace/step5.jpg" alt="" /></p>
<hr />
<h3>Step 7: Review your listing and finish.</h3>
<p>After you have finished filling out your listing, you may review it and proceed to the final step.<br />
<img style="padding: 10px; margin-top: 10px; ; border: 1px silver solid;" src="http://cdn.affiliatetheme.net/wp-content/uploads/howto_marketplace/step6.jpg" alt="" /></p>
<hr />
<h3>Step 8: Your listing has been received.</h3>
<p>Your listing will be approved or disapproved within 24 hours. We reserve the right to disapprove any listing that we do not deem to be of high quality.<br />
<img style="padding: 10px; margin-top: 10px; ; border: 1px silver solid;" src="http://cdn.affiliatetheme.net/wp-content/uploads/howto_marketplace/step7.jpg" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.affiliatetheme.net/how-to-post-a-marketplace-listing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Import a Niche Skin</title>
		<link>http://www.affiliatetheme.net/how-to-import-a-niche-skin/</link>
		<comments>http://www.affiliatetheme.net/how-to-import-a-niche-skin/#comments</comments>
		<pubDate>Tue, 25 Oct 2011 00:59:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Bonus Tutorials]]></category>

		<guid isPermaLink="false">http://new.affiliatetheme.net/?p=1274</guid>
		<description><![CDATA[Step 1: Login to Affiliate Theme and begin. Click &#8216;Import Skin from Your Computer&#8217; and upload the .ZIP file. Step 2: Choose a file from your computer. The file must be a .zip file. Also note that most AT skins begin with &#8220;AT2_&#8221;. Step 3: Return to the Affiliate Theme admin panel and active the [...]]]></description>
			<content:encoded><![CDATA[<h3>Step 1: Login to Affiliate Theme and begin.</h3>
<p>Click &#8216;Import Skin from Your Computer&#8217; and upload the .ZIP file.<br />
<img style="padding: 10px;border: 1px silver solid" src="http://cdn.affiliatetheme.net/wp-content/uploads/import_skin/step1.jpg" alt=""/></p>
<hr/>
<h3>Step 2: Choose a file from your computer.</h3>
<p>The file must be a .zip file. Also note that most AT skins begin with &#8220;AT2_&#8221;.<br />
<img style="padding: 10px;border: 1px silver solid" src="http://cdn.affiliatetheme.net/wp-content/uploads/import_skin/step2.jpg" alt=""/></p>
<hr/>
<h3>Step 3: Return to the Affiliate Theme admin panel and active the uploaded skin.</h3>
<p>You may also preview the theme before activating it.<br />
<img style="padding: 10px;border: 1px silver solid" src="http://cdn.affiliatetheme.net/wp-content/uploads/import_skin/step3.jpg" alt=""/></p>
<hr/>
]]></content:encoded>
			<wfw:commentRss>http://www.affiliatetheme.net/how-to-import-a-niche-skin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Modify Stat Tracking Codes</title>
		<link>http://www.affiliatetheme.net/stat-tracking-codes/</link>
		<comments>http://www.affiliatetheme.net/stat-tracking-codes/#comments</comments>
		<pubDate>Sat, 20 Aug 2011 00:16:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://new.affiliatetheme.net/?p=1191</guid>
		<description><![CDATA[Header Tracking Code &#8211; insert any code required for the header of your site Footer Tracking Code &#8211; insert any code to the footer of your site (e.g., Google Analytics)]]></description>
			<content:encoded><![CDATA[<p><img style="padding: 10px;border: 1px silver solid" src="http://cdn.affiliatetheme.net/wp-content/uploads/theme_views/11_stracking.jpg" alt=""/></p>
<p><strong>Header Tracking Code</strong> &#8211; insert any code required for the header of your site</p>
<p><strong>Footer Tracking Code</strong> &#8211; insert any code to the footer of your site (e.g., Google Analytics)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.affiliatetheme.net/stat-tracking-codes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Modify Footer Settings</title>
		<link>http://www.affiliatetheme.net/footer-settings/</link>
		<comments>http://www.affiliatetheme.net/footer-settings/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 23:23:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://new.affiliatetheme.net/?p=1189</guid>
		<description><![CDATA[Site Disclaimer &#8211; add a custom site disclaimer which will appear below all of your posts and pages. You should include disclosure that you are being compensated for links on your site, which is now required by the FTC. Footer Copyright Text &#8211; add custom text that will display any copyright information about your site. [...]]]></description>
			<content:encoded><![CDATA[<p><img style="padding: 10px;border: 1px silver solid" src="http://cdn.affiliatetheme.net/wp-content/uploads/theme_views/10_footer.jpg" alt=""/></p>
<p><strong>Site Disclaimer</strong> &#8211; add a custom site disclaimer which will appear below all of your posts and pages. You should include disclosure that you are being compensated for links on your site, which is now required by the FTC.</p>
<p><strong>Footer Copyright Text</strong> &#8211; add custom text that will display any copyright information about your site.</p>
<p><strong>Footer Text Color</strong> &#8211; set the color of your footer text.</p>
<p><strong>Footer Navigation Display</strong> &#8211; turn on/off displaying your page navigation in the footer.</p>
<p><strong>Exclude Pages from Footer Navigation</strong> &#8211; exclude certain pages from appearing in your footer navigation.</p>
<p><strong>Remove UBD Credit</strong> &#8211; turn on/off the credit link back to UBD.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.affiliatetheme.net/footer-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Modify Call to Action Buttons</title>
		<link>http://www.affiliatetheme.net/call-to-action-buttons/</link>
		<comments>http://www.affiliatetheme.net/call-to-action-buttons/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 23:01:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://new.affiliatetheme.net/?p=1187</guid>
		<description><![CDATA[The Call to Action buttons are special buttons that appear below your post thumbnails. They are designed to increase conversion to your affiliate links. Call to Action Button Links to &#8211; set the call to action buttons to link to either the conversion URL (affiliate links) or to your individual posts. Button Font, Color &#038; [...]]]></description>
			<content:encoded><![CDATA[<p>The Call to Action buttons are special buttons that appear below your post thumbnails. They are designed to increase conversion to your affiliate links.</p>
<p><img style="padding: 10px;border: 1px silver solid" src="http://cdn.affiliatetheme.net/wp-content/uploads/theme_views/09_cta.jpg" alt=""/></p>
<p><strong>Call to Action Button Links to</strong> &#8211; set the call to action buttons to link to either the conversion URL (affiliate links) or to your individual posts.</p>
<p><strong>Button Font, Color &#038; Background Color</strong> &#8211; set the font, color and background color of your call to action button default state.</p>
<p><strong>Rollover Font, Color, and Background Color</strong> &#8211; set the font, color and background color of your call to action button hover state.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.affiliatetheme.net/call-to-action-buttons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Modify Single Post Settings</title>
		<link>http://www.affiliatetheme.net/single-post-settings/</link>
		<comments>http://www.affiliatetheme.net/single-post-settings/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 20:22:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://new.affiliatetheme.net/?p=1184</guid>
		<description><![CDATA[Publish RSS feed &#8211; turn on/off the RSS feed syndication for your site. Remove post headlines &#8211; turn on/off the post headlines for your site. Display post date &#8211; turn on/off the post date for your posts. Display post author &#8211; turn on/off the display of the post author for your posts. Display post categories [...]]]></description>
			<content:encoded><![CDATA[<p><img style="padding: 10px;border: 1px silver solid" src="http://cdn.affiliatetheme.net/wp-content/uploads/theme_views/08_singlepost.jpg" alt=""/></p>
<p><strong>Publish RSS feed</strong> &#8211; turn on/off the RSS feed syndication for your site.</p>
<p><strong>Remove post headlines</strong> &#8211; turn on/off the post headlines for your site.</p>
<p><strong>Display post date</strong> &#8211; turn on/off the post date for your posts.</p>
<p><strong>Display post author</strong> &#8211; turn on/off the display of the post author for your posts.</p>
<p><strong>Display post categories</strong> &#8211; turn on/off the display of the post categories for your posts.</p>
<p><strong>Display number of comments</strong> &#8211; turn on/off the display of the post comments number for your posts.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.affiliatetheme.net/single-post-settings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Use Conversion URL&#8217;s</title>
		<link>http://www.affiliatetheme.net/conversion-url-settings-2/</link>
		<comments>http://www.affiliatetheme.net/conversion-url-settings-2/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 11:26:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://new.affiliatetheme.net/?p=1182</guid>
		<description><![CDATA[Conversion URL in new window &#8211; turn on/off the conversion URL (affiliate link) opening in a new window Add &#8220;rel=nofollow&#8221; to Conversion URLs &#8211; turn on/off adding a no-follow attribute to your affiliate links. This is recommended in order to encourage Google to not see your site as &#8220;spammy&#8221; (too many affiliate links).]]></description>
			<content:encoded><![CDATA[<p><img style="padding: 10px;border: 1px silver solid" src="http://cdn.affiliatetheme.net/wp-content/uploads/theme_views/07_conversionurl.jpg" alt=""/></p>
<p><strong>Conversion URL in new window</strong> &#8211; turn on/off the conversion URL (affiliate link) opening in a new window</p>
<p><strong>Add &#8220;rel=nofollow&#8221; to Conversion URLs</strong> &#8211; turn on/off adding a no-follow attribute to your affiliate links. This is recommended in order to encourage Google to not see your site as &#8220;spammy&#8221; (too many affiliate links).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.affiliatetheme.net/conversion-url-settings-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Manage Social Media Links</title>
		<link>http://www.affiliatetheme.net/social-media/</link>
		<comments>http://www.affiliatetheme.net/social-media/#comments</comments>
		<pubDate>Fri, 19 Aug 2011 11:13:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://new.affiliatetheme.net/?p=1180</guid>
		<description><![CDATA[Twitter username &#8211; set your Twitter username in order to display your Tweet stream in the sidebar of your site Facebook username &#8211; set your Facebook profile/page URL in order to display a link to your Facebook profile/page within your site]]></description>
			<content:encoded><![CDATA[<p><img style="padding: 10px;border: 1px silver solid" src="http://cdn.affiliatetheme.net/wp-content/uploads/theme_views/06_social.jpg" alt=""/></p>
<p><strong>Twitter username</strong> &#8211; set your Twitter username in order to display your Tweet stream in the sidebar of your site</p>
<p><strong>Facebook username</strong> &#8211; set your Facebook profile/page URL in order to display a link to your Facebook profile/page within your site</p>
]]></content:encoded>
			<wfw:commentRss>http://www.affiliatetheme.net/social-media/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced (User agent is rejected)
Database Caching using disk: basic
Object Caching 671/750 objects using disk: basic
Content Delivery Network via cdn.affiliatetheme.net

Served from: www.affiliatetheme.net @ 2012-05-17 01:47:53 -->
