<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1-alpha-2539" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>WordPress.com Forums &#187; Tag: adding - Recent Posts</title>
		<link>http://en.forums.wordpress.com/tags/adding</link>
		<description>WordPress.com Forums &#187; Tag: adding - Recent Posts</description>
		<language>en</language>
		<pubDate>Wed, 19 Jun 2013 19:48:39 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1-alpha-2539</generator>
				<atom:link href="http://en.forums.wordpress.com/rss/tags/adding" rel="self" type="application/rss+xml" />

		<item>
			<title>timethief on "Adding More Custom Social Media Icons"</title>
			<link>http://en.forums.wordpress.com/topic/adding-more-custom-social-media-icons#post-1195994</link>
			<pubDate>Tue, 26 Mar 2013 17:48:30 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1195994@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Oops! I see now that this is about adding sharing icons in text widgets.  Sorry :(
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Adding More Custom Social Media Icons"</title>
			<link>http://en.forums.wordpress.com/topic/adding-more-custom-social-media-icons#post-1195990</link>
			<pubDate>Tue, 26 Mar 2013 17:47:08 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1195990@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Actually, you ought to be able to add virtually any sharing service very easily: <a href="http://en.support.wordpress.com/sharing/#adding-your-own-service" rel="nofollow">http://en.support.wordpress.com/sharing/#adding-your-own-service</a>
</p>
]]></description>
					</item>
		<item>
			<title>kristygardner on "Adding More Custom Social Media Icons"</title>
			<link>http://en.forums.wordpress.com/topic/adding-more-custom-social-media-icons#post-1195979</link>
			<pubDate>Tue, 26 Mar 2013 17:40:31 +0000</pubDate>
			<dc:creator>kristygardner</dc:creator>
			<guid isPermaLink="false">1195979@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>thank you thank you all!
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Adding More Custom Social Media Icons"</title>
			<link>http://en.forums.wordpress.com/topic/adding-more-custom-social-media-icons#post-1195451</link>
			<pubDate>Tue, 26 Mar 2013 10:36:44 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1195451@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>For correct coding see this post of mine:<br />
<a href="http://wpbtips.wordpress.com/2009/04/01/codes-useful-for-text-widgets/" rel="nofollow">http://wpbtips.wordpress.com/2009/04/01/codes-useful-for-text-widgets/</a>
</p>
]]></description>
					</item>
		<item>
			<title>dadude268 on "Adding More Custom Social Media Icons"</title>
			<link>http://en.forums.wordpress.com/topic/adding-more-custom-social-media-icons#post-1194017</link>
			<pubDate>Mon, 25 Mar 2013 14:28:41 +0000</pubDate>
			<dc:creator>dadude268</dc:creator>
			<guid isPermaLink="false">1194017@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>hmmm. Don't know why it keeps linking, so I'll use words to explain</p>
<p>use a <a href="#1"> tag,  and close it &#60;/a ... after</a>
</p>
]]></description>
					</item>
		<item>
			<title>dadude268 on "Adding More Custom Social Media Icons"</title>
			<link>http://en.forums.wordpress.com/topic/adding-more-custom-social-media-icons#post-1194010</link>
			<pubDate>Mon, 25 Mar 2013 14:25:40 +0000</pubDate>
			<dc:creator>dadude268</dc:creator>
			<guid isPermaLink="false">1194010@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>woops, messed up the code:</p>
<p>Here it is:</p>
<p><code>&lt;a href=&quot;#1&quot;&gt;&lt;br /&gt;
&lt;img src=&quot;#2&quot;&lt;br /&gt;
onmouseover=&quot;#3&#039;&quot;&lt;br /&gt;
onmouseout=&quot;#2&#039;&quot; /&gt;&lt;br /&gt;
&lt;/a&gt;</code></p>
<p>and BTW, you can replace the alt="#" with whatever
</p>
]]></description>
					</item>
		<item>
			<title>dadude268 on "Adding More Custom Social Media Icons"</title>
			<link>http://en.forums.wordpress.com/topic/adding-more-custom-social-media-icons#post-1194005</link>
			<pubDate>Mon, 25 Mar 2013 14:23:19 +0000</pubDate>
			<dc:creator>dadude268</dc:creator>
			<guid isPermaLink="false">1194005@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>If the text widget accept html here's what I use on my .org widget text area</p>
<p><a href="#1"><br />
&#60;img src="#2"<br />
onmouseover="this.src='#3'"<br />
onmouseout="#2'" /&#62;<br />
</a></p>
<p>This lets you have two images for each social media icon, one when the mouse is not over the image/link and one when you hover over the image/link. On my site they go from black and white to color when you hover over them.</p>
<p>Us that for how many ever social media icons you want.<br />
Replace:<br />
#1 with link to social media url<br />
#2 with the image url you want when the mouse isn't over the link<br />
#3 with the image url you want when the mouse hovers over link</p>
<p>If you want more social media icons just copy paste the html for as many buttons you want.</p>
<p>If you don't want the 'hover' affect, just remove onmouseover and onmouseout from the img tag</p>
<p>Hope this helps
</p>
]]></description>
					</item>
		<item>
			<title>sensuouscurmudgeon on "Adding More Custom Social Media Icons"</title>
			<link>http://en.forums.wordpress.com/topic/adding-more-custom-social-media-icons#post-1193956</link>
			<pubDate>Mon, 25 Mar 2013 13:37:58 +0000</pubDate>
			<dc:creator>sensuouscurmudgeon</dc:creator>
			<guid isPermaLink="false">1193956@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Raincoaster suggested this 2 or 3 years ago and I've been using it at the end of all my posts ever since: <a href="http://raincoastermedia.com/2007/07/15/social-bookmarking-links/">social bookmarking links</a>.
</p>
]]></description>
					</item>
		<item>
			<title>justpi on "Adding More Custom Social Media Icons"</title>
			<link>http://en.forums.wordpress.com/topic/adding-more-custom-social-media-icons#post-1193934</link>
			<pubDate>Mon, 25 Mar 2013 13:19:59 +0000</pubDate>
			<dc:creator>justpi</dc:creator>
			<guid isPermaLink="false">1193934@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>No Theme Option: just images in a text widget. So you can add as many as you like.
</p>
]]></description>
					</item>
		<item>
			<title>raincoaster on "Adding More Custom Social Media Icons"</title>
			<link>http://en.forums.wordpress.com/topic/adding-more-custom-social-media-icons#post-1193482</link>
			<pubDate>Sun, 24 Mar 2013 22:56:14 +0000</pubDate>
			<dc:creator>raincoaster</dc:creator>
			<guid isPermaLink="false">1193482@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>I don't know that theme per se: are the share buttons in the Theme Options? You can certainly add more if you have the Custom Design upgrade, though you might need to shrink them so they all fit in the space.
</p>
]]></description>
					</item>
		<item>
			<title>dadude268 on "Adding More Custom Social Media Icons"</title>
			<link>http://en.forums.wordpress.com/topic/adding-more-custom-social-media-icons#post-1193330</link>
			<pubDate>Sun, 24 Mar 2013 20:37:01 +0000</pubDate>
			<dc:creator>dadude268</dc:creator>
			<guid isPermaLink="false">1193330@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You probably can't on wordpress.com
</p>
]]></description>
					</item>
		<item>
			<title>justjennifer on "Adding Text to the Right Side of the Header"</title>
			<link>http://en.forums.wordpress.com/topic/adding-text-to-the-right-side-of-the-header#post-1193007</link>
			<pubDate>Sun, 24 Mar 2013 13:11:42 +0000</pubDate>
			<dc:creator>justjennifer</dc:creator>
			<guid isPermaLink="false">1193007@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>@mikedariano - It's MobileMiracles.com and the site it not hosted on WordPress.com. </p>
<p>@mobilemiracles7 - If it is a standalone WordPress install, the correct place for support is <a href="http://wordpress.org/support/" rel="nofollow">http://wordpress.org/support/</a> We cannot help you here. Best wishes.
</p>
]]></description>
					</item>
		<item>
			<title>mikedariano on "Adding Text to the Right Side of the Header"</title>
			<link>http://en.forums.wordpress.com/topic/adding-text-to-the-right-side-of-the-header#post-1192983</link>
			<pubDate>Sun, 24 Mar 2013 12:28:44 +0000</pubDate>
			<dc:creator>mikedariano</dc:creator>
			<guid isPermaLink="false">1192983@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>What is your blog link?
</p>
]]></description>
					</item>
		<item>
			<title>mobilemiracles7 on "Adding Text to the Right Side of the Header"</title>
			<link>http://en.forums.wordpress.com/topic/adding-text-to-the-right-side-of-the-header#post-1192817</link>
			<pubDate>Sun, 24 Mar 2013 05:15:10 +0000</pubDate>
			<dc:creator>mobilemiracles7</dc:creator>
			<guid isPermaLink="false">1192817@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>someone please help me
</p>
]]></description>
					</item>
		<item>
			<title>mobilemiracles7 on "Adding Text to the Right Side of the Header"</title>
			<link>http://en.forums.wordpress.com/topic/adding-text-to-the-right-side-of-the-header#post-1190502</link>
			<pubDate>Fri, 22 Mar 2013 02:00:48 +0000</pubDate>
			<dc:creator>mobilemiracles7</dc:creator>
			<guid isPermaLink="false">1190502@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello,</p>
<p>I am wanting to add words below to the right side of my header to occupy the space between the top and bottom links.</p>
<p>Please follow this link to view a screenshot as I have a coming soon page up. Thanks.</p>
<p><a href="http://oi47.tinypic.com/106el55.jpg" rel="nofollow">http://oi47.tinypic.com/106el55.jpg</a></p>
<p>Questions? Talk to Us!<br />
(Picture of a small phone image) 800-000-0000<br />
(Picture of an Envelope) Email Us! (then provide link to where email client opens up automatically)</p>
<p>How would I go about doing this...</p>
<p>Here's the current code in my header.</p>
<p><code>?&gt;&lt;!DOCTYPE html&gt;&lt;br /&gt;
&lt;html &lt;?php language_attributes() ?&gt;&gt;&lt;br /&gt;
&lt;head&gt;&lt;br /&gt;
&lt;meta content=&quot;&lt;?php bloginfo(&#039;html_type&#039;) ?&gt;; charset=&lt;?php bloginfo(&#039;charset&#039;) ?&gt;&quot; /&gt;&lt;br /&gt;
&lt;title&gt;&lt;?php wp_title(&#039;&#171;&#039;, true, &#039;right&#039;) ?&gt; &lt;?php bloginfo(&#039;name&#039;) ?&gt;&lt;/title&gt;&lt;br /&gt;
&lt;link href=&quot;&lt;?php bloginfo(&#039;template_url&#039;) ?&gt;/css/saas-common.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;all&quot; /&gt;&lt;br /&gt;
&lt;link href=&quot;&lt;?php bloginfo(&#039;template_url&#039;) ?&gt;/css/saas-griddler.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;all&quot; /&gt;&lt;br /&gt;
&lt;link href=&quot;&lt;?php bloginfo(&#039;template_url&#039;) ?&gt;/css/saas-&lt;?php echo esc_attr(SaaS::getThemeOption(&#039;colorScheme&#039;)) ?&gt;.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; media=&quot;all&quot; /&gt;&lt;br /&gt;
&lt;!--[if IE]&gt;&lt;br /&gt;
&lt;script src=&quot;&lt;?php bloginfo(&#039;template_url&#039;) ?&gt;/js/html5.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;&lt;br /&gt;
&lt;![endif]--&gt;&lt;br /&gt;
&lt;link rel=&quot;pingback&quot; href=&quot;&lt;?php bloginfo(&#039;pingback_url&#039;) ?&gt;&quot; /&gt;&lt;br /&gt;
&lt;?php if (is_singular() &amp;&amp; get_option(&#039;thread_comments&#039;)): wp_enqueue_script(&#039;comment-reply&#039;); endif ?&gt;&lt;br /&gt;
&lt;?php wp_head() ?&gt;&lt;br /&gt;
&lt;!--[if lt IE 9]&gt;&lt;br /&gt;
&lt;script src=&quot;&lt;?php bloginfo(&#039;template_url&#039;) ?&gt;/js/saas-ie8.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;&lt;br /&gt;
&lt;![endif]--&gt;&lt;br /&gt;
&lt;/head&gt;&lt;br /&gt;
&lt;body &lt;?php body_class() ?&gt;&gt;&lt;br /&gt;
&lt;div class=&quot;header&quot;&gt;&lt;br /&gt;
	&lt;div&gt;&lt;br /&gt;
		&lt;div class=&quot;center&quot;&gt;&lt;br /&gt;
			&lt;h1 id=&quot;logo&quot;&gt;&lt;a&gt;/&quot;&gt;&lt;img src=&quot;&lt;?php bloginfo(&#039;template_url&#039;) ?&gt;/images/logo.png&quot; alt=&quot;&lt;?php bloginfo(&#039;name&#039;) ?&gt;&quot; /&gt;&lt;/a&gt;&lt;/h1&gt;&lt;br /&gt;
			&lt;div class=&quot;topLinks&quot;&gt;&lt;?php wp_nav_menu(array(&#039;menu&#039; =&gt; __(&#039;Top Links&#039;, &#039;saas&#039;), &#039;theme_location&#039; =&gt; &#039;top&#039;)) ?&gt;&lt;/div&gt;&lt;br /&gt;
			</code><code>&lt;br /&gt;</code><br />
			<code>&lt;br /&gt;</code><br />
			<code>&lt;br /&gt;</code><br />
			<code>&lt;br /&gt;</code><br />
			<code>&lt;br /&gt;</code><br />
			<code>&lt;br /&gt;</code><br />
			&#60;div class="nav"&#62;&#60;?php wp_nav_menu( array('menu' =&#62; __('Main Nav', 'saas'), 'theme_location' =&#62; 'main', 'link_before' =&#62; '&#60;span&#62;', 'link_after' =&#62; '&#60;/span&#62;')) ?&#62;&#60;/div&#62;
</p>
]]></description>
					</item>
		<item>
			<title>kristygardner on "Adding More Custom Social Media Icons"</title>
			<link>http://en.forums.wordpress.com/topic/adding-more-custom-social-media-icons#post-1167966</link>
			<pubDate>Sat, 02 Mar 2013 12:33:40 +0000</pubDate>
			<dc:creator>kristygardner</dc:creator>
			<guid isPermaLink="false">1167966@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>hello? any help would be appreciated thanks.
</p>
]]></description>
					</item>
		<item>
			<title>kristygardner on "Adding More Custom Social Media Icons"</title>
			<link>http://en.forums.wordpress.com/topic/adding-more-custom-social-media-icons#post-1166884</link>
			<pubDate>Fri, 01 Mar 2013 01:25:03 +0000</pubDate>
			<dc:creator>kristygardner</dc:creator>
			<guid isPermaLink="false">1166884@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Hello! </p>
<p>I have custom social media icons listed at the bottom of my site. The tricky part is that I have another 3 or 4 I'd like to add but my template/widget doesn't seem to want to load them. Is there any way to add more? </p>
<p>Thanks for your help - very much appreciated.</p>
<p>My website is <a href="http://www.ohksocial.com" rel="nofollow">http://www.ohksocial.com</a> and my theme is wu wei
</p>
]]></description>
					</item>
		<item>
			<title>sfindustries on "Add Forums"</title>
			<link>http://en.forums.wordpress.com/topic/add-forums#post-1159473</link>
			<pubDate>Thu, 21 Feb 2013 23:39:47 +0000</pubDate>
			<dc:creator>sfindustries</dc:creator>
			<guid isPermaLink="false">1159473@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Thanks, those links were very helpful.
</p>
]]></description>
					</item>
		<item>
			<title>sfindustries on "Add Forums"</title>
			<link>http://en.forums.wordpress.com/topic/add-forums#post-1159447</link>
			<pubDate>Thu, 21 Feb 2013 23:17:19 +0000</pubDate>
			<dc:creator>sfindustries</dc:creator>
			<guid isPermaLink="false">1159447@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>That's how I want to start it. I'm not going to pay for something that people won't use, so... I'm just going to leave it out for a while, and see how trafic is on my site. If the traffic is good, I'll add a forum. In the mean time, people can leave comments.
</p>
]]></description>
					</item>
		<item>
			<title>auxclass on "Add Forums"</title>
			<link>http://en.forums.wordpress.com/topic/add-forums#post-1159443</link>
			<pubDate>Thu, 21 Feb 2013 23:11:55 +0000</pubDate>
			<dc:creator>auxclass</dc:creator>
			<guid isPermaLink="false">1159443@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>This should help a bit :</p>
<p><a href="http://en.support.wordpress.com/domains/all-about-domains/" rel="nofollow">http://en.support.wordpress.com/domains/all-about-domains/</a></p>
<p><a href="http://en.support.wordpress.com/domains/map-subdomain/" rel="nofollow">http://en.support.wordpress.com/domains/map-subdomain/</a></p>
<p>Hint: just make your blog work and see if the forum actually has people going there before you get too excited about all the ways to do things or make things too confusing
</p>
]]></description>
					</item>
		<item>
			<title>sfindustries on "Add Forums"</title>
			<link>http://en.forums.wordpress.com/topic/add-forums#post-1159422</link>
			<pubDate>Thu, 21 Feb 2013 22:53:08 +0000</pubDate>
			<dc:creator>sfindustries</dc:creator>
			<guid isPermaLink="false">1159422@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Noob question, what is domain mapping?
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Add Forums"</title>
			<link>http://en.forums.wordpress.com/topic/add-forums#post-1159294</link>
			<pubDate>Thu, 21 Feb 2013 21:22:37 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1159294@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>~~auxclass<br />
 I'm the Volunteer who tags. You can always find what I post by using Tags. :)
</p>
]]></description>
					</item>
		<item>
			<title>auxclass on "Add Forums"</title>
			<link>http://en.forums.wordpress.com/topic/add-forums#post-1159292</link>
			<pubDate>Thu, 21 Feb 2013 21:21:13 +0000</pubDate>
			<dc:creator>auxclass</dc:creator>
			<guid isPermaLink="false">1159292@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Morning Morning @TT</p>
<p>Thanks for the links - I have misplaced the Forum notes I had
</p>
]]></description>
					</item>
		<item>
			<title>timethief on "Add Forums"</title>
			<link>http://en.forums.wordpress.com/topic/add-forums#post-1159279</link>
			<pubDate>Thu, 21 Feb 2013 21:13:29 +0000</pubDate>
			<dc:creator>timethief</dc:creator>
			<guid isPermaLink="false">1159279@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>There no message boards, forums or wikis that you can embed into a free hosted WordPress.com blog.<br />
You have three free workaround forum options: <a href="http://onecoolsitebloggingtips.com/2012/04/23/wordpress-com-forum-options/" rel="nofollow">http://onecoolsitebloggingtips.com/2012/04/23/wordpress-com-forum-options/</a><br />
You have these free wiki options <a href="http://onecoolsitebloggingtips.com/2011/06/13/whats-a-wiki/" rel="nofollow">http://onecoolsitebloggingtips.com/2011/06/13/whats-a-wiki/</a>
</p>
]]></description>
					</item>
		<item>
			<title>auxclass on "Add Forums"</title>
			<link>http://en.forums.wordpress.com/topic/add-forums#post-1159276</link>
			<pubDate>Thu, 21 Feb 2013 21:11:28 +0000</pubDate>
			<dc:creator>auxclass</dc:creator>
			<guid isPermaLink="false">1159276@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can add a Forum on you WordPress.COM blog  if you link to it - or link to it with domain mapping - your visitors will probably not really notice what happened - the only advantage to embedding a Forum on a WordPress.ORG install is everything is on you own  host - more control </p>
<p>A WordPress.ORG install is more work - when it breaks you fix it yourself - the software needs to be upgraded a few times a year - you need to learn about Plug-in's etc.  And it costs more -
</p>
]]></description>
					</item>
		<item>
			<title>sfindustries on "Add Forums"</title>
			<link>http://en.forums.wordpress.com/topic/add-forums#post-1159214</link>
			<pubDate>Thu, 21 Feb 2013 20:19:01 +0000</pubDate>
			<dc:creator>sfindustries</dc:creator>
			<guid isPermaLink="false">1159214@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>So, if I want to add a forum, I would have to go with WordPress.org?<br />
I will be buying a domain soon to change the URL of the address I have currently; I don't want to get into to complexity of doing everything myself with WordPress.org. Is there a way to keep the simplicity of .COM and still have the features of .ORG?
</p>
]]></description>
					</item>
		<item>
			<title>auxclass on "Add Forums"</title>
			<link>http://en.forums.wordpress.com/topic/add-forums#post-1159013</link>
			<pubDate>Thu, 21 Feb 2013 17:43:26 +0000</pubDate>
			<dc:creator>auxclass</dc:creator>
			<guid isPermaLink="false">1159013@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>Correct - You can't embed a Forum at WordPress.COM - many of the Forum providers allow custom domain names - so if you had a custom domain name here you can probably map a Forum site as a sub-domain to your custom domain name here - yes a few dollars for the domain mapping and such but that would make the forum look like it was embedded - </p>
<p>WordPress.COM severely limits some things here for security and reliability reasons
</p>
]]></description>
					</item>
		<item>
			<title>sfindustries on "Add Forums"</title>
			<link>http://en.forums.wordpress.com/topic/add-forums#post-1158994</link>
			<pubDate>Thu, 21 Feb 2013 17:12:40 +0000</pubDate>
			<dc:creator>sfindustries</dc:creator>
			<guid isPermaLink="false">1158994@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>So I can't embed forums from a forum hosting site? I know I can with a blogger page, I cant do the same with WordPress?
</p>
]]></description>
					</item>
		<item>
			<title>auxclass on "Add Forums"</title>
			<link>http://en.forums.wordpress.com/topic/add-forums#post-1158989</link>
			<pubDate>Thu, 21 Feb 2013 17:05:32 +0000</pubDate>
			<dc:creator>auxclass</dc:creator>
			<guid isPermaLink="false">1158989@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>You can not install a forum in your WordPress.COM blog - you can link to a forum you have set up on a Forum hosting site - you can put the link in a Custom Menu or just link to it from your sidebar with a Text Widget, blog roll entry or I think an Image Widget would also work
</p>
]]></description>
					</item>
		<item>
			<title>sfindustries on "Add Forums"</title>
			<link>http://en.forums.wordpress.com/topic/add-forums#post-1158742</link>
			<pubDate>Thu, 21 Feb 2013 07:13:09 +0000</pubDate>
			<dc:creator>sfindustries</dc:creator>
			<guid isPermaLink="false">1158742@http://en.forums.wordpress.com/</guid>
			<description><![CDATA[<p>How would I add forums to a wordpress blog? The kind of forums where people can have an account and talk back and forth with each other and talk about the content on my site.</p>
<p>Thanks for helping.
</p>
]]></description>
					</item>

	</channel>
</rss>
